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

--- Comment #5 from Barton Chittenden <bar...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to