[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.38,1.39

Chris Cormack rangi at users.sourceforge.net
Tue Sep 6 07:34:54 CEST 2005


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

Modified Files:
	Reserves2.pm 
Log Message:
Fixing typo channing ' to " so the title is stored in accountlines not $title


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Reserves2.pm	15 Dec 2004 10:47:09 -0000	1.38
--- Reserves2.pm	6 Sep 2005 05:34:52 -0000	1.39
***************
*** 525,529 ****
  						          values
      (?,?,now(),?,?,'Res',?)");
!     $usth->execute($borrnum,$nextacctno,$fee,'Reserve Charge - $title',$fee);
      $usth->finish;
    }
--- 525,529 ----
  						          values
      (?,?,now(),?,?,'Res',?)");
!     $usth->execute($borrnum,$nextacctno,$fee,"Reserve Charge - $title",$fee);
      $usth->finish;
    }





More information about the Koha-cvs mailing list