From cabf593c41f9de1bbffb18be543cee4646c87cd8 Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 9 Jun 2006 11:49:12 +0000 Subject: [PATCH] Fixing the missing , i just missed I shouldnt commit things at midnight --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 759c262658..73bd2bdc89 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -382,7 +382,7 @@ Also updates the book fund ID in the aqorderbreakdown table. #' sub receiveorder { - my ( $biblio, $ordnum, $quantrec, $user, $cost, $invoiceno, $freight, $rrp $bookfund) + my ( $biblio, $ordnum, $quantrec, $user, $cost, $invoiceno, $freight, $rrp, $bookfund) = @_; my $dbh = C4::Context->dbh; my $sth = $dbh->prepare( -- 2.39.5