From 149fc6ed83a68065b8a079c5619252dc83f85ac1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 27 Jun 2022 11:26:57 +0200 Subject: [PATCH] Update list.php --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 7a03ca4f70a..942a76585cc 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -1206,7 +1206,7 @@ if ($resql) { if (!empty($arrayfields['p.seuil_stock_alerte']['checked'])) { print_liste_field_titre($arrayfields['p.seuil_stock_alerte']['label'], $_SERVER["PHP_SELF"], "p.seuil_stock_alerte", "", $param, '', $sortfield, $sortorder, 'right '); } - if (!empty($arrayfields['p.desiredstock']['checked']) ) { + if (!empty($arrayfields['p.desiredstock']['checked'])) { print_liste_field_titre($arrayfields['p.desiredstock']['label'], $_SERVER["PHP_SELF"], "p.desiredstock", "", $param, '', $sortfield, $sortorder, 'right '); } if (!empty($arrayfields['p.stock']['checked'])) {