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.95,1.96


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.95,1.96
Date: Thu, 04 Aug 2005 06:27:49 -0700

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

Modified Files:
        Circ2.pm 
Log Message:
synch'ing 2.2 and head

Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** Circ2.pm    28 Jul 2005 08:38:17 -0000      1.95
--- Circ2.pm    4 Aug 2005 13:27:37 -0000       1.96
***************
*** 726,730 ****
                $issuingimpossible{UNKNOWN_BARCODE} = 1;
        }
!       if ($iteminformation->{'notforloan'} && 
$iteminformation->{'notforloan'} > 0) {
                $issuingimpossible{NOT_FOR_LOAN} = 1;
        }
--- 726,730 ----
                $issuingimpossible{UNKNOWN_BARCODE} = 1;
        }
!       if ($iteminformation->{'notforloan'} > 0) {
                $issuingimpossible{NOT_FOR_LOAN} = 1;
        }




reply via email to

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