Fix for bug 1314 manual credits broken

This commit is contained in:
rangi 2007-07-02 00:44:25 +00:00
parent c75b84fac7
commit e1353fb639

View file

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