koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 578] New: Move flaginfo message contents out of Circ2.p


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 578] New: Move flaginfo message contents out of Circ2.pm
Date: 13 Aug 2003 15:07:31 -0000

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


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.



reply via email to

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