diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
index 49055b31290..8f590c63798 100644
--- a/htdocs/livraison/card.php
+++ b/htdocs/livraison/card.php
@@ -459,7 +459,7 @@ else
// Client
print '
| '.$langs->trans("Customer").' | ';
- print ''.$soc->getNomUrl(1).' | ';
+ print ''.$soc->getNomUrl(1).' | ';
print "
";
*/
@@ -496,7 +496,7 @@ else
print $langs->trans('DateReceived');
print '';
- if ($action != 'editdate_livraison') print 'id.'">'.img_edit($langs->trans('SetDeliveryDate'), 1).' | ';
+ if ($action != 'editdate_livraison') print 'id.'">'.img_edit($langs->trans('SetDeliveryDate'), 1).' | ';
print '';
print '';
if ($action == 'editdate_livraison')
@@ -521,7 +521,7 @@ else
print ' | ';
print '| ';
print $langs->trans('IncotermLabel');
- print ' | | ';
+ print ' | | ';
if ($user->rights->expedition->livraison->creer) print ''.img_edit().'';
else print ' ';
print ' | ';
@@ -598,8 +598,8 @@ else
print ' |
';
print '| '.$langs->trans("Products").' | ';
- print ''.$langs->trans("QtyOrdered").' | ';
- print ''.$langs->trans("QtyReceived").' | ';
+ print ''.$langs->trans("QtyOrdered").' | ';
+ print ''.$langs->trans("QtyReceived").' | ';
print "
\n";
}
while ($i < $num_prod)
@@ -662,8 +662,8 @@ else
print "\n";
}
- print ''.$object->lines[$i]->qty_asked.' | ';
- print ''.$object->lines[$i]->qty_shipped.' | ';
+ print ''.$object->lines[$i]->qty_asked.' | ';
+ print ''.$object->lines[$i]->qty_shipped.' | ';
print "";