diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
index be60c4fa574..49a12f6c490 100644
--- a/htdocs/comm/card.php
+++ b/htdocs/comm/card.php
@@ -477,7 +477,7 @@ if ($object->id > 0)
print '
';
if ($action == 'editshipping')
{
- $form->formSelectShippingMethod($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->shipping_method_id,'shipping_method_id');
+ $form->formSelectShippingMethod($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->shipping_method_id,'shipping_method_id', 1);
}
else
{
|