koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.21.2.10,1.21.2.11


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.21.2.10,1.21.2.11
Date: Thu, 24 Oct 2002 09:21:42 -0700

Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv7069

Modified Files:
      Tag: rel-1-2
        Circ2.pm 
Log Message:
Fix for bug in moremember.pl... calc_charges() in Circ2.pm wasn't returning the
itemtype.


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.21.2.10
retrieving revision 1.21.2.11
diff -C2 -r1.21.2.10 -r1.21.2.11
*** Circ2.pm    2 Oct 2002 00:41:41 -0000       1.21.2.10
--- Circ2.pm    24 Oct 2002 16:21:38 -0000      1.21.2.11
***************
*** 1104,1108 ****
      $sth1->finish;
  #    close FILE;
!     return ($charge);
  }
  
--- 1104,1108 ----
      $sth1->finish;
  #    close FILE;
!     return ($charge, $itemtype);
  }
  




reply via email to

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