From 1409d1a2c836ee4140ce89ed7d3d3ce9284164f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Mar 2019 19:52:48 +0100 Subject: [PATCH] Fix phpcs --- htdocs/compta/tva/clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/tva/clients.php b/htdocs/compta/tva/clients.php index 5dfcb8b408c..e0775313dd3 100644 --- a/htdocs/compta/tva/clients.php +++ b/htdocs/compta/tva/clients.php @@ -217,7 +217,7 @@ if (! is_array($x_coll) || ! is_array($x_paye)) $langs->load("errors"); if ($x_coll == -1) { print '' . $langs->trans("ErrorNoAccountancyModuleLoaded") . ''; - } else if ($x_coll == -2) { + } elseif ($x_coll == -2) { print '' . $langs->trans("FeatureNotYetAvailable") . ''; } else { print '' . $langs->trans("Error") . '';