Skip to content

Commit

Permalink
Look and feel v6 (no amount symbol into list)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 7, 2017
1 parent 5520317 commit 608e9e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions htdocs/product/list.php
Expand Up @@ -846,14 +846,11 @@
// 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']))
{
Expand Down

0 comments on commit 608e9e1

Please sign in to comment.