From 57233484d50d5114041e003dbabb2932e3daaafc Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Tue, 8 Jan 2013 12:18:18 +0100 Subject: [PATCH] Bug 9364: fixes billing/delivery addresses for new baskets Corrects the parameters used for the NewBasket call, when creating a new basket. Signed-off-by: Mathieu Saby Signed-off-by: Elliott Davis I am passing this with a warning. You must go back and resave the locations. After just rereshing I got the same results but upon resubmitting the form I got the result described in the test plan. Signed-off-by: Jared Camins-Esakov --- acqui/basketheader.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/basketheader.pl b/acqui/basketheader.pl index 8f75f4097f..93bd7f8ebf 100755 --- a/acqui/basketheader.pl +++ b/acqui/basketheader.pl @@ -148,7 +148,6 @@ if ( $op eq 'add_form' ) { $input->param('basketnote'), $input->param('basketbooksellernote'), $input->param('basketcontractnumber') || undef, - undef, $input->param('deliveryplace'), $input->param('billingplace'), ); -- 2.39.2