[Koha-cvs] CVS: koha/circ circulation.pl,1.66,1.67

Paul POULAIN tipaul at users.sourceforge.net
Wed Feb 11 09:42:04 CET 2004


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23790/circ

Modified Files:
	circulation.pl 
Log Message:
synch'ing 2.0.0 branch (RC4 tag) and head

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** circulation.pl	26 Jan 2004 19:32:36 -0000	1.66
--- circulation.pl	11 Feb 2004 08:42:02 -0000	1.67
***************
*** 410,413 ****
--- 410,428 ----
  			color => $color,
  			 );
+ 		if ($flag eq 'GNA'){
+ 			$template->param(
+ 				gna => 'true'
+ 				);
+ 			}
+ 		if ($flag eq 'LOST'){
+ 			$template->param(
+ 				lost => 'true'
+ 			);
+ 			}
+ 		if ($flag eq 'DBARRED'){
+ 			$template->param(
+ 				dbarred => 'true'
+ 			);
+ 			}
  		if ($flag eq 'CHARGES') {
  			$template->param(





More information about the Koha-cvs mailing list