[Bug 578] New: Move flaginfo message contents out of Circ2.pm
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=578 Summary: Move flaginfo message contents out of Circ2.pm Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Circulation AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net The contents of certain flaginfo messages are hard-coded into Circ2.pm: if ($patroninformation->{'debarred'} == 1) { my %flaginfo; $flaginfo{'message'} = 'Borrower is Debarred.'; $flaginfo{'noissues'} = 1; $flags{'DBARRED'} = \%flaginfo; } This information should be easily customized by the individual library. Can we make a table of flags and messages, or move this to the template somehow? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz