From 52dee71b392e4bb1349dfa6d138333d6fa7bb403 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Jul 2018 18:05:33 +0200 Subject: [PATCH] Responsive --- htdocs/product/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 47135d22a15..385187b316e 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -764,7 +764,7 @@ if ($resql) // Sell price if (! empty($arrayfields['p.sellprice']['checked'])) { - print ''; + print ''; if ($obj->tosell) { if ($obj->price_base_type == 'TTC') print price($obj->price_ttc).' '.$langs->trans("TTC"); @@ -777,7 +777,7 @@ if ($resql) // Better buy price if (! empty($arrayfields['p.minbuyprice']['checked'])) { - print ''; + print ''; if ($obj->tobuy && $obj->minsellprice != '') { //print price($obj->minsellprice).' '.$langs->trans("HT");