Fix for bug 1314 manual credits broken
This commit is contained in:
parent
c75b84fac7
commit
e1353fb639
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue