diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php index dde5248a528..b43e6a01037 100644 --- a/htdocs/product/inventory/inventory.php +++ b/htdocs/product/inventory/inventory.php @@ -1115,11 +1115,11 @@ 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);