[Koha-cvs] CVS: koha/circ circulation.pl,1.74,1.75

Paul POULAIN tipaul at users.sourceforge.net
Wed Sep 15 18:27:21 CEST 2004


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

Modified Files:
	circulation.pl 
Log Message:
bugfix for manually fixed duedate on issue.

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** circulation.pl	18 Aug 2004 15:52:15 -0000	1.74
--- circulation.pl	15 Sep 2004 16:27:19 -0000	1.75
***************
*** 149,152 ****
--- 149,155 ----
  			$noquestion = 0;
  		}
+ 		$template->param(day => $day,
+ 						month => $month,
+ 						year => $year);
  		if ($noerror && ($noquestion || $issueconfirmed)) {
  			issuebook(\%env, $borrower, $barcode, $datedue);





More information about the Koha-cvs mailing list