koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.9,1.10


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.9,1.10
Date: Mon, 28 Feb 2005 19:08:03 -0800

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

Modified Files:
        Fines.pm 
Log Message:
Small quoting fix to let fine calculation work.

Index: Fines.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Fines.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Fines.pm    4 May 2004 16:15:56 -0000       1.9
--- Fines.pm    1 Mar 2005 03:08:00 -0000       1.10
***************
*** 152,156 ****
    biblioitems.itemtype=itemtypes.itemtype and
    categoryitem.itemtype=itemtypes.itemtype and
!   categoryitem.categorycode='?' and (items.itemlost <> 1 or items.itemlost is 
NULL)");
  #  print $query;
    $sth->execute($itemnumber,$bortype);
--- 152,157 ----
    biblioitems.itemtype=itemtypes.itemtype and
    categoryitem.itemtype=itemtypes.itemtype and
!   categoryitem.categorycode=? and
!   (items.itemlost <> 1 or items.itemlost is NULL)");
  #  print $query;
    $sth->execute($itemnumber,$bortype);




reply via email to

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