FIX : Add parameter to function price2num()

This commit is contained in:
Adrien Raze 2021-04-23 12:31:45 +02:00
parent 2ab17c44e9
commit c5775cc902

View File

@ -203,7 +203,7 @@ class box_produits_alerte_stock extends ModeleBoxes
$this->info_box_contents[$line][] = array(
'td' => 'class="center"',
'text' => price2num($objp->total_stock).' / '.$objp->seuil_stock_alerte,
'text' => price2num($objp->total_stock, 'MF').' / '.$objp->seuil_stock_alerte,
'text2'=>img_warning($langs->transnoentitiesnoconv("StockLowerThanLimit", $objp->seuil_stock_alerte)),
);