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

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 24 18:21:42 CEST 2002


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);
  }
  





More information about the Koha-cvs mailing list