diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php
index f5ce925efc3..c5c97ab428c 100644
--- a/htdocs/reception/card.php
+++ b/htdocs/reception/card.php
@@ -1669,7 +1669,8 @@ if ($action == 'create') {
print '
';
print '
| '; } print " | |||||||
| '; + print ' | '; if (!array_key_exists($lines[$i]->fk_commandefourndet, $arrayofpurchaselinealreadyoutput)) { $text = $lines[$i]->product->getNomUrl(1); $text .= ' - '.$label; @@ -1832,7 +1835,7 @@ if ($action == 'create') { } print " | \n"; } else { - print ""; + print ' | '; if (!array_key_exists($lines[$i]->fk_commandefourndet, $arrayofpurchaselinealreadyoutput)) { if ($lines[$i]->product_type == Product::TYPE_SERVICE) { $text = img_object($langs->trans('Service'), 'service'); @@ -1860,7 +1863,7 @@ if ($action == 'create') { // Qty ordered - print ' | '; + print ' | '; if (!array_key_exists($lines[$i]->fk_commandefourndet, $arrayofpurchaselinealreadyoutput)) { print $lines[$i]->qty_asked; } @@ -1868,7 +1871,7 @@ if ($action == 'create') { // Qty in other receptions (with reception and warehouse used) if ($origin && $origin_id > 0) { - print ' | '; + print ' | '; if (!array_key_exists($lines[$i]->fk_commandefourndet, $arrayofpurchaselinealreadyoutput)) { foreach ($alreadysent as $key => $val) { if ($lines[$i]->fk_commandefourndet == $key) { @@ -1939,7 +1942,7 @@ if ($action == 'create') { print ' |