Look and feel v6 (no amount symbol into list)

This commit is contained in:
Laurent Destailleur 2017-07-07 19:48:35 +02:00
parent 552031799d
commit 608e9e1c82

View File

@ -846,14 +846,11 @@ else
// WAP
if (! empty($arrayfields['p.pmp']['checked']))
{
print '<td class="nowrap" align="right">';
if ($obj->tobuy)
{
print price($product_static->pmp, 1, $langs, 1, 2, 2, 'auto');
}
print '<td class="nowrap" align="right">';
print price($product_static->pmp, 1, $langs);
print '</td>';
}
// Limit alert
if (! empty($arrayfields['p.seuil_stock_alerte']['checked']))
{