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.55,1.56


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.55,1.56
Date: Mon, 05 May 2003 07:14:34 -0700

Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1:/tmp/cvs-serv31915/C4/Circulation

Modified Files:
        Circ2.pm 
Log Message:
fix : when a book is taken and marked "not returned yet", it's now marked 
returned and issue done.

Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** Circ2.pm    5 May 2003 10:11:34 -0000       1.55
--- Circ2.pm    5 May 2003 14:14:28 -0000       1.56
***************
*** 695,699 ****
                                last SWITCH;
                        } elsif ($responses->{1} eq 'Y') {
!                               returnbook($iteminformation->{'barcode'}, 
$env->{'branch'});
                        } else {
                                $rejected=-1;
--- 695,699 ----
                                last SWITCH;
                        } elsif ($responses->{1} eq 'Y') {
!                               returnbook($iteminformation->{'barcode'}, 
$env->{'branchcode'});
                        } else {
                                $rejected=-1;




reply via email to

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