[Koha-cvs] CVS: koha/circ returns.pl,1.35,1.36

Chris Cormack rangi at users.sourceforge.net
Tue Mar 16 00:41:23 CET 2004


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

Modified Files:
	returns.pl 
Log Message:
Passing thru the borrowernumber with the charges data, so can create a link
to the payment window


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** returns.pl	25 Feb 2004 21:44:40 -0000	1.35
--- returns.pl	15 Mar 2004 23:41:20 -0000	1.36
***************
*** 324,327 ****
--- 324,328 ----
              $flaginfo{msg}     = $flag;
              $flaginfo{charges} = 1;
+ 	    $flaginfo{bornum} = $borrower->{borrowernumber};
          }
          elsif ( $flag eq 'WAITING' ) {





More information about the Koha-cvs mailing list