diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php index 204c6539c29..b43e6a01037 100644 --- a/htdocs/product/inventory/inventory.php +++ b/htdocs/product/inventory/inventory.php @@ -1115,11 +1115,12 @@ if ($object->id > 0) { print ''; print price($pmp_valuation_real); print ''; - print ''; $totalExpectedValuation += $pmp_valuation; $totalRealValuation += $pmp_valuation_real; } + + print ''; if ($obj->fk_movement > 0) { $stockmovment = new MouvementStock($db); $stockmovment->fetch($obj->fk_movement);