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.34,1.35


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.34,1.35
Date: Wed, 04 Sep 2002 17:16:42 -0700

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




reply via email to

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