diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php index 02c7b617021..074d684b10e 100644 --- a/htdocs/product/stock/mouvement.php +++ b/htdocs/product/stock/mouvement.php @@ -460,14 +460,14 @@ if ($resql) print ''; $arrayofuniqueproduct=array(); - + $var=True; while ($i < min($num,$conf->liste_limit)) { $objp = $db->fetch_object($resql); - + $arrayofuniqueproduct[$objp->rowid]=$objp->produit; - + $var=!$var; print ""; // Id movement @@ -517,7 +517,7 @@ if ($resql) if (count($arrayofuniqueproduct) == 1) { $productidselected=0; - foreach ($arrayofuniqueproduct as $key => $val) + foreach ($arrayofuniqueproduct as $key => $val) { $productidselected=$key; $productlabelselected=$val; @@ -533,16 +533,16 @@ if ($resql) //print ''; print ': '.$balancebefore; print "
\n"; - //print ''; + //print ''; //print ''; print $langs->trans("NbOfProductAfterPeriod", $productlabelselected, dol_print_date($dateafter,'day','gmt')); //print ''; //print ''; print ': '.$balanceafter; print "
\n"; - //print ''; + //print ''; } - + } else