[Koha-cvs] CVS: koha/circ circulation.pl,1.82,1.83

Owen Leonard oleonard at users.sourceforge.net
Wed Feb 16 23:25:20 CET 2005


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

Modified Files:
	circulation.pl 
Log Message:
Adding 'flagged' variable to help control display in the template

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** circulation.pl	10 Feb 2005 17:27:32 -0000	1.82
--- circulation.pl	16 Feb 2005 22:25:17 -0000	1.83
***************
*** 330,333 ****
--- 330,334 ----
  	if ($flags->{$flag}->{'noissues'}) {
  		$template->param(
+ 			flagged => 1,
  			noissues => 'true',
  			 );
***************
*** 357,360 ****
--- 358,362 ----
  			$template->param(
  				charges => 'true',
+ 				flagged => 1,
  				chargesmsg => $flags->{'CHARGES'}->{'message'}
  			 );
***************
*** 369,372 ****
--- 371,375 ----
  			}
  			$template->param(
+ 				flagged => 1,
  				waiting => 'true',
  				waitingmsg => $flags->{'WAITING'}->{'message'},
***************
*** 377,380 ****
--- 380,384 ----
  			$template->param(
  				odues => 'true',
+ 				flagged => 1,
  				oduesmsg => $flags->{'ODUES'}->{'message'}
  				 );
***************
*** 395,398 ****
--- 399,403 ----
  			$template->param(
  				notes => 'true',
+ 				flagged => 1,
  				notesmsg => $flags->{'NOTES'}->{'message'}
  				 );





More information about the Koha-cvs mailing list