[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.34,1.35

Finlay Thompson finlayt at users.sourceforge.net
Thu Sep 5 02:16:42 CEST 2002


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

Modified Files:
	Circ2.pm 
Log Message:

changed the way Waiting items are transfered from returns.pl to Circ2.pm


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** Circ2.pm	21 Aug 2002 02:45:30 -0000	1.34
--- Circ2.pm	5 Sep 2002 00:16:39 -0000	1.35
***************
*** 528,532 ****
      ($borrower) = getpatroninformation(\%env, $currentborrower, 0);
  # transfer book
!     my ($transfered, $mess, $item) = transferbook($branch, $barcode);
      if ($transfered) {
  	$messages->{'WasTransfered'};
--- 528,532 ----
      ($borrower) = getpatroninformation(\%env, $currentborrower, 0);
  # transfer book
!     my ($transfered, $mess, $item) = transferbook($branch, $barcode, 1);
      if ($transfered) {
  	$messages->{'WasTransfered'};





More information about the Koha-cvs mailing list