From e1353fb639f4d4755e8172f5d5e59b3ae239f23d Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 2 Jul 2007 00:44:25 +0000 Subject: [PATCH] Fix for bug 1314 manual credits broken --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 6f5bc91872..e385443899 100755 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -273,7 +273,7 @@ should be the empty string. sub manualinvoice{ my ($borrowernumber,$itemnum,$desc,$type,$amount,$user)=@_; my $dbh = C4::Context->dbh; - my $notifyid; + my $notifyid=0; my $insert; $itemnum=~ s/ //g; my $accountno=getnextacctno($borrowernumber); -- 2.11.0