From 1bfcc76cc0bc3bcfacc824ba245800c8473f1668 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Tue, 8 Jan 2013 12:18:18 +0100 Subject: [SIGNED OFF] 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 --- acqui/basketheader.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/acqui/basketheader.pl b/acqui/basketheader.pl index 8f75f40..93bd7f8 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'), ); -- 1.7.5.4