From efd8ffe3904e2907bfc323f884a7b5dd0914fc57 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 24 Sep 2020 11:29:30 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/fichinter/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php index b823e505c58..4770e6af171 100644 --- a/htdocs/fichinter/card.php +++ b/htdocs/fichinter/card.php @@ -784,7 +784,7 @@ if ($action == 'create') print load_fiche_titre($langs->trans("AddIntervention"), '', 'intervention'); - if($error > 0) { + if ($error > 0) { dol_htmloutput_errors($mesg); } else { dol_htmloutput_mesg($mesg); @@ -1062,7 +1062,7 @@ if ($action == 'create') $soc = new Societe($db); $soc->fetch($object->socid); - if($error > 0) { + if ($error > 0) { dol_htmloutput_errors($mesg); } else { dol_htmloutput_mesg($mesg);