diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
index cc7d2c95115..97d8a318e5c 100644
--- a/htdocs/core/lib/sendings.lib.php
+++ b/htdocs/core/lib/sendings.lib.php
@@ -220,9 +220,9 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
//print '
'.$langs->trans("QtyOrdered").' | ';
print ''.$langs->trans("SendingSheet").' | ';
print ''.$langs->trans("Description").' | ';
- print ''.$langs->trans("DateCreation").' | ';
- print ''.$langs->trans("DateDeliveryPlanned").' | ';
- print ''.$langs->trans("QtyPreparedOrShipped").' | ';
+ print ''.$langs->trans("DateCreation").' | ';
+ print ''.$langs->trans("DateDeliveryPlanned").' | ';
+ print ''.$langs->trans("QtyPreparedOrShipped").' | ';
if (! empty($conf->stock->enabled))
{
print ''.$langs->trans("Warehouse").' | ';
@@ -236,8 +236,8 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
if (! empty($conf->livraison_bon->enabled))
{
print ''.$langs->trans("DeliveryOrder").' | ';
- //print ''.$langs->trans("QtyReceived").' | ';
- print ''.$langs->trans("DeliveryDate").' | ';
+ //print ''.$langs->trans("QtyReceived").' | ';
+ print ''.$langs->trans("DeliveryDate").' | ';
}
print "\n";
@@ -248,7 +248,7 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
print '';
// Sending id
- print '| ';
+ print ' | ';
print ''.img_object($langs->trans("ShowSending"), 'sending').' '.$objp->exp_ref.'';
print ' | ';
@@ -324,16 +324,16 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
print "\n";
}
- //print ''.$objp->qty_asked.' | ';
+ //print ''.$objp->qty_asked.' | ';
// Date creation
- print ''.dol_print_date($db->jdate($objp->date_creation), 'day').' | ';
+ print ''.dol_print_date($db->jdate($objp->date_creation), 'day').' | ';
// Date shipping creation
- print ''.dol_print_date($db->jdate($objp->date_delivery), 'day').' | ';
+ print ''.dol_print_date($db->jdate($objp->date_delivery), 'day').' | ';
// Qty shipped
- print ''.$objp->qty_shipped.' | ';
+ print ''.$objp->qty_shipped.' | ';
// Warehouse
if (! empty($conf->stock->enabled))
@@ -403,13 +403,13 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
//print ''.img_object($langs->trans("ShowReceiving"),'sending').' '.$objp->livraison_ref.'';
print '';
// Qty received
- //print '';
+ //print ' | ';
// TODO No solution for the moment to link a line det of receipt with a line det of shipping,
// so no way to know the qty received for this line of shipping.
//print $langs->trans("FeatureNotYetAvailable");
//print ' | ';
// Date shipping real
- print '';
+ print ' | ';
print dol_print_date($receiving->date_delivery, 'day');
print ' | ';
}