[Koha-bugs] [Bug 8534] New: Remove unused variable from memberentry template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 31 14:30:33 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8534

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8534
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Remove unused variable from memberentry template
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: kyle at 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.


More information about the Koha-bugs mailing list