diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 8939519ef67..93cc8e52c77 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1898,7 +1898,7 @@ if ($action == 'create') {
$shipping_method_id = $soc->shipping_method_id;
}
print '
| '.$langs->trans('SendingMethod').' | ';
- print img_picto('', 'object_dollyrevert', 'class="pictofixedwidth"');
+ print img_picto('', 'dolly', 'class="pictofixedwidth"');
$form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1, '', 0, 'maxwidth200 widthcentpercentminusx');
print ' |
';
}
diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index 3a34594bbd8..2decb49f58c 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1785,7 +1785,7 @@ if ($action == 'create' && $usercancreate) {
print '';
} else {
print '';
- print img_picto('', 'company').$form->select_company('', 'socid', '((s.client = 1 OR s.client = 2 OR s.client = 3) AND s.status=1)', 'SelectThirdParty', 1, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx');
+ print img_picto('', 'company', 'class="pictofixedwidth"').$form->select_company('', 'socid', '((s.client = 1 OR s.client = 2 OR s.client = 3) AND s.status=1)', 'SelectThirdParty', 1, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx');
// reload page to retrieve customer informations
if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED)) {
print ' |