[Bug 1654] New: Patron flag terms hardcoded in memberentry.pl
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@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com