From 4e1d4ea1cac06bd73c78004fb1fe797270872c3e Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 4 Jan 2022 08:23:49 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/fourn/commande/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index 597905768f9..eab53861f34 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -1216,10 +1216,10 @@ if (empty($reshook)) { $classname = ucfirst($subelement); if ($origin == 'propal' || $origin == 'proposal') { $element = 'comm/propal'; $subelement = 'propal'; - } + } if ($origin == 'order' || $origin == 'commande') { $element = $subelement = 'commande'; - } + } if ($origin == 'supplier_proposal') { $classname = 'SupplierProposal'; $element = 'supplier_proposal';