Bug 9364: fixes billing/delivery addresses for new baskets
authorAdrien Saurat <adrien.saurat@biblibre.com>
Tue, 8 Jan 2013 11:18:18 +0000 (12:18 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 19 Jan 2013 00:15:24 +0000 (19:15 -0500)
Corrects the parameters used for the NewBasket call, when
creating a new basket.

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>

Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
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 <jcamins@cpbibliography.com>

acqui/basketheader.pl

index 8f75f40..93bd7f8 100755 (executable)
@@ -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'),
         );