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

MJ Ray slef at users.sourceforge.net
Tue Mar 1 04:09:21 CET 2005


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);





More information about the Koha-cvs mailing list