24 Feb
2018
24 Feb
'18
12:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4030 --- Comment #5 from Barton Chittenden <barton@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.