Look and feel v6 (no amount symbol into list)
This commit is contained in:
parent
552031799d
commit
608e9e1c82
@ -846,14 +846,11 @@ else
|
|||||||
// WAP
|
// WAP
|
||||||
if (! empty($arrayfields['p.pmp']['checked']))
|
if (! empty($arrayfields['p.pmp']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="nowrap" align="right">';
|
print '<td class="nowrap" align="right">';
|
||||||
if ($obj->tobuy)
|
print price($product_static->pmp, 1, $langs);
|
||||||
{
|
|
||||||
print price($product_static->pmp, 1, $langs, 1, 2, 2, 'auto');
|
|
||||||
}
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Limit alert
|
// Limit alert
|
||||||
if (! empty($arrayfields['p.seuil_stock_alerte']['checked']))
|
if (! empty($arrayfields['p.seuil_stock_alerte']['checked']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user