diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index d5e24eb61f8..07f989272df 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -2084,6 +2084,7 @@ if ($action == 'create')
$newclassname=$classname;
if ($newclassname == 'Propal') $newclassname = 'CommercialProposal';
elseif ($newclassname == 'Commande') $newclassname = 'Order';
+ elseif ($newclassname == 'Expedition') $newclassname = 'Sending';
print '
| '.$langs->trans($newclassname).' | '.$objectsrc->getNomUrl(1).' |
';
print '| '.$langs->trans('TotalHT').' | '.price($objectsrc->total_ht).' |
';
diff --git a/htdocs/expedition/tpl/linkedobjectblock.tpl.php b/htdocs/expedition/tpl/linkedobjectblock.tpl.php
index 1b84b543ece..fd723650561 100644
--- a/htdocs/expedition/tpl/linkedobjectblock.tpl.php
+++ b/htdocs/expedition/tpl/linkedobjectblock.tpl.php
@@ -33,7 +33,7 @@ print_titre($langs->trans('RelatedShippings'));
| trans("Ref"); ?> |
trans("Date"); ?> |
- trans("DateSendingShort"); ?> |
+ trans("DateDeliveryPlanned"); ?> |
trans("AmountHTShort"); ?> |
trans("Status"); ?> |