[Koha-bugs] [Bug 4030] Patron attribute types cannot be made mandatory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 23 19:38:57 CET 2018


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

--- Comment #5 from Barton Chittenden <barton at bywatersolutions.com> ---
I looked at the patch, I think it's a lot more complicated than it needs to be.
Right now, Each of the borrower attribute select statements generated by
memberentrygen.tt looks like this:

<select id="patron_attr_1" name="patron_attr_1" class="noEnterSubmit">
...

The id for the second is patron_attr_2, etc.

If we change this to use values from borrower_attribute_types.category_code as
the ID, I believe that we can then simply use these category codes in
BorrowerMandatoryField.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list