From 904f9b06e05448c341fb407ecaac8ef237578242 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 22 Oct 2013 13:42:23 +0000 Subject: [PATCH] Bug 5336: (follow-up) remove unused new parameter to NewOrder() that slipped in Signed-off-by: Galen Charlton --- C4/Acquisition.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index ebccac12c0..8c40dcd97e 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1076,7 +1076,6 @@ The following keys are used: "biblionumber", "title", "basketno", "quantity", "n sub NewOrder { my $orderinfo = shift; - my $parent_ordernumber = shift; my $dbh = C4::Context->dbh; my @params; -- 2.20.1