koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.35,1.36
Date: Mon, 15 Mar 2004 15:41:23 -0800

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' ) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]