[Koha-bugs] [Bug 33176] Improve enforcing of RequirePaymentType

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 26 21:18:35 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176

--- Comment #9 from David Nind <david at davidnind.com> ---
Updated testing notes (using KTD):

1. For step 4, editing the page HTML using Firefox:
   - Right click on the payment type label
   - Select 'Inspect'
   - In the web development tools window that opens, select <select
name="payment_type" id="payment_type" class="required" required="required">,
right click, and then select 'Edit HTML'
   - Remove: class="required" required="required"
   - Click on the Submit button in the page
   - Note: If you just remove 'required="required"', a standard form error
message is displayed saying this is required

2. For step 7, when editing the HTML just remove: required="required"
   - If you remove 'class="required" required="required"', you will get an
error trace and the payment will be recorded (as expected - see comment #6)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list