Merge pull request #14731 from ATM-Consulting/12.0_FIX_round_virtual_stock_value_on_reassort_list

FIX 12.0 - round value of virtual stock on product stock reassort list
This commit is contained in:
Laurent Destailleur 2020-09-16 01:12:34 +02:00 committed by GitHub
commit 06a73539fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ if ($resql)
{
print '<td class="right">';
if ($objp->seuil_stock_alerte != '' && ($product->stock_theorique < $objp->seuil_stock_alerte)) print img_warning($langs->trans("StockTooLow")).' ';
print $product->stock_theorique;
print price2num($product->stock_theorique, 'MS');
print '</td>';
}
// Units