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

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Aug 13 17:07:31 CEST 2003


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 at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list