[Koha-bugs] [Bug 1654] New: Patron flag terms hardcoded in memberentry.pl

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Dec 14 18:34:37 CET 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1654

           Summary: Patron flag terms hardcoded in memberentry.pl
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Members
        AssignedTo: chris.cormack at liblime.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at nongnu.org


On line 355 of memberentry.pl:

my %flags = ( 'gonenoaddress' => ['gonenoaddress', 'Gone no address '],
        'lost'          => ['lost', 'Lost'],
        'debarred'      => ['debarred', 'Debarred']);

Doing it this way prevents template-editors and translators from setting those
values according to their needs. This information should be passed to the
template in such a way that these terms are set in the template.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list