From 7e207e80ae42343380ea4389d2a898787068e822 Mon Sep 17 00:00:00 2001 From: lvessiller Date: Thu, 19 Nov 2020 14:29:37 +0100 Subject: [PATCH] FIX spaces before IF --- htdocs/commande/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index ff784a73a99..3d8e152c870 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -957,13 +957,13 @@ if ($resql) if (!empty($arrayfields['c.ref']['checked'])) { print ''; - if(!empty($show_shippable_command)) { + if (!empty($show_shippable_command)) { $generic_commande->getLinesArray(); // This set ->lines } print $generic_commande->getNomUrl(1, ($search_status != 2 ? 0 : $obj->fk_statut), 0, 0, 0, 1, 1); - if(!empty($show_shippable_command)) { + if (!empty($show_shippable_command)) { // Show shippable Icon (create subloop, so may be slow) if ($conf->stock->enabled) { if (($obj->fk_statut > 0) && ($obj->fk_statut < 3)) {