From 0bf70dddc73972c566aa2456cf470d3c1db76799 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Thu, 5 Sep 2019 15:33:16 +0200 Subject: [PATCH] actualize from develop --- htdocs/fourn/commande/dispatch.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index ea51bcdb4d7..ac611155f31 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -571,7 +571,7 @@ if ($id > 0 || ! empty($ref)) { print ''; print ''; } - //print '' . $langs->trans("SupplierRef") . ''; + print '' . $langs->trans("SupplierRef") . ''; print '' . $langs->trans("QtyOrdered") . ''; print '' . $langs->trans("QtyDispatchedShort") . ''; print '' . $langs->trans("QtyToDispatchShort") . ''; @@ -655,7 +655,7 @@ if ($id > 0 || ! empty($ref)) { $up_ht_disc = price2num($up_ht_disc * (100 - $objp->remise_percent) / 100, 'MU'); // Supplier ref - //print ''.$objp->sref.''; + print ''.$objp->sref.''; // Qty ordered print '' . $objp->qty . ''; @@ -748,7 +748,7 @@ if ($id > 0 || ! empty($ref)) { print ''; print ''; - print ''; + print ''; print ''; print '';