diff --git a/htdocs/product/list.php b/htdocs/product/list.php index f9037c32517..dae7ea7d8c8 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -846,14 +846,11 @@ else // WAP if (! empty($arrayfields['p.pmp']['checked'])) { - print ''; - if ($obj->tobuy) - { - print price($product_static->pmp, 1, $langs, 1, 2, 2, 'auto'); - } + print ''; + print price($product_static->pmp, 1, $langs); print ''; } - + // Limit alert if (! empty($arrayfields['p.seuil_stock_alerte']['checked'])) {