From 608e9e1c82480d55a72f609df6847a0676226adb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Jul 2017 19:48:35 +0200 Subject: [PATCH] Look and feel v6 (no amount symbol into list) --- htdocs/product/list.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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'])) {