From 1a4bb7ed120b4672bd3b897c8ea8baba83524354 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Oct 2018 11:23:21 +0200 Subject: [PATCH] FIX hover on line of movement list --- htdocs/product/stock/movement_list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php index ec193e6dfc8..d6ec1982569 100644 --- a/htdocs/product/stock/movement_list.php +++ b/htdocs/product/stock/movement_list.php @@ -579,8 +579,10 @@ if ($resql) print ''; + print ''; + // Description - print ''; + print ''; $calcproductsunique=$object->nb_different_products(); $calcproducts=$object->nb_products(); @@ -966,7 +968,7 @@ if ($resql) $origin = ''; } - print ""; + print ''; // Id movement if (! empty($arrayfields['m.rowid']['checked'])) {
'.$langs->trans("Description").''.dol_htmlentitiesbr($object->description).'
'.$langs->trans("Description").''.dol_htmlentitiesbr($object->description).'