X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Ffinishreceive.pl;h=5ca2c98c3383cbd16d74505ef35eeba126050199;hb=f69ebeef6731c87ec22cea1885bf7e5a9ee91a26;hp=565ac36d7260ad776a351c5c7d2cd9ad75e6f46e;hpb=3e131101911fda60580b1dd757d078c172f19c3b;p=koha_fer diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl index 565ac36d72..5ca2c98c33 100755 --- a/acqui/finishreceive.pl +++ b/acqui/finishreceive.pl @@ -52,7 +52,6 @@ my $invoiceno = $invoice->{invoicenumber}; my $datereceived = $invoice->{shipmentdate}; my $booksellerid = $input->param('booksellerid'); my $cnt = 0; -my $error_url_str; my $ecost = $input->param('ecost'); my $rrp = $input->param('rrp'); my $note = $input->param("note"); @@ -93,7 +92,7 @@ if ($quantityrec > $origquantityrec ) { $user, $order->{unitprice}, $order->{ecost}, - $invoiceno, + $invoiceid, $order->{rrp}, undef, $datereceived,