Fixed a bug that prevented updating the cart

This commit is contained in:
Martin Kamerbeek 2008-05-02 13:06:40 +00:00
parent 5f6a5d2df8
commit 0100ab0112

View file

@ -488,7 +488,7 @@ sub updateFromForm {
}
}
my $cartProperties;
my $cartProperties = {};
$cartProperties->{ shipperId } = $form->process( 'shipperId' ) if $form->process( 'shipperId' );
$self->update( $cartProperties );
}