https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28335 Bug ID: 28335 Summary: Making Patron Attributes Required Can cause issues in multi branch systems Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: lisetteslatah@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Patron attributes can be marked as required using patron_attr_2 etc. The problem with this is in a multi branch system where there are different attributes at different branches, making specific attributes required behave differently on different patron entries. Currently my branch has 4 patron attributes, 2 of which we'd like to make required. Some branches in the system only have 3 attributes and no one wants the last attribute to be required. We can't change the order without replacing the auth value since they sort by code. It would be better if we could force requirement based on the code rather than the patron_attr_2. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.