From af49cab0238c2e28a6b8f853ef9d7facf2e45f61 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 6 Sep 2005 05:34:52 +0000 Subject: [PATCH] Fixing typo channing ' to " so the title is stored in accountlines not $title --- C4/Reserves2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Reserves2.pm b/C4/Reserves2.pm index ed8889c189..d50221ba49 100755 --- a/C4/Reserves2.pm +++ b/C4/Reserves2.pm @@ -524,7 +524,7 @@ sub CreateReserve { (borrowernumber,accountno,date,amount,description,accounttype,amountoutstanding) values (?,?,now(),?,?,'Res',?)"); - $usth->execute($borrnum,$nextacctno,$fee,'Reserve Charge - $title',$fee); + $usth->execute($borrnum,$nextacctno,$fee,"Reserve Charge - $title",$fee); $usth->finish; } #if ($const eq 'a'){ -- 2.39.2