koha-cvs
[Top][All Lists]
Advanced

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

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.38,1.39
Date: Mon, 05 Sep 2005 22:34:54 -0700

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




reply via email to

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