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.9.2.1


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

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

Modified Files:
      Tag: rel_2_2
        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.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** Fines.pm    4 May 2004 16:15:56 -0000       1.9
--- Fines.pm    1 Mar 2005 03:09:18 -0000       1.9.2.1
***************
*** 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,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);




reply via email to

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