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.68,1.69


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.68,1.69
Date: Sat, 06 Mar 2004 13:26:46 -0800

Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15938

Modified Files:
        Circ2.pm 
Log Message:
Got rid of the last error message -1 bug


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** Circ2.pm    12 Feb 2004 09:16:18 -0000      1.68
--- Circ2.pm    6 Mar 2004 21:26:44 -0000       1.69
***************
*** 684,688 ****
                                returnbook($iteminformation->{'barcode'}, 
$env->{'branchcode'});
                        } else {
!                               $rejected=-1;
                                last SWITCH;
                        }
--- 684,688 ----
                                returnbook($iteminformation->{'barcode'}, 
$env->{'branchcode'});
                        } else {
!                               $rejected="Item on issue to another borrower, 
and you have chosen not to return it";
                                last SWITCH;
                        }




reply via email to

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