From 799cff66a38c69fd84be091990f25c2958392ba2 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 7 Jul 2022 08:41:59 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/societe/class/societe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index b5456cf789d..90766323080 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -3790,7 +3790,7 @@ class Societe extends CommonObject return -1; } } - + //Verify NIF if country is DZ //Returns: 1 if NIF ok, -1 if NIF bad, 0 if unexpected bad if ($idprof == 1 && $soc->country_code == 'DZ') {