Look and feel v6 (no amount symbol into list)
This commit is contained in:
parent
552031799d
commit
608e9e1c82
@ -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']))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user