koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1654] New: Patron flag terms hardcoded in memberentry.pl
Date: Fri, 14 Dec 2007 09:34:37 -0800 (PST)

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]