http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8534 Priority: P5 - low Change sponsored?: --- Bug ID: 8534 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: Remove unused variable from memberentry template Severity: enhancement Classification: Unclassified OS: All Reporter: kyle@bywatersolutions.com Hardware: All Status: NEW Version: master Component: Patrons Product: Koha The variable nobranchcode is used in an UNLESS statement in memberentry.tt. It exists nowhere else in the codebase, and is thus superfluous. Somehow, despite the fact that is never referenced anywhere else in the code base, it is getting set to '1' for one of our libraries. This means they cannot add patrons, due to the submitted data lacking a patron branchcode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.