diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index d01de1a69a9..25d9528581a 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -631,6 +631,8 @@ if ($id > 0 || $ref) print ''; print ''.price2num($object->stock_reel, 'MS'); if ($object->seuil_stock_alerte != '' && ($object->stock_reel < $object->seuil_stock_alerte)) print ' '.img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte)); + + print '    '.$langs->trans("StockAtDate").''; print ''; print ''; @@ -694,6 +696,7 @@ if ($id > 0 || $ref) //print (empty($stocktheo)?0:$stocktheo); print $form->textwithpicto((empty($stocktheo) ? 0 : $stocktheo), $helpondiff); if ($object->seuil_stock_alerte != '' && ($object->stock_theorique < $object->seuil_stock_alerte)) print ' '.img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte)); + print '    '.$langs->trans("VirtualStockAtDate").''; print ''; print ''; @@ -713,7 +716,7 @@ if ($id > 0 || $ref) print ''.$langs->trans("LastMovement").''; if ($lastmovementdate) { print dol_print_date($lastmovementdate, 'dayhour').' '; - print '('.$langs->trans("FullList").')'; + print '    '.$langs->trans("FullList").''; } else { print ''.$langs->trans("None").''; }