diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php index 4186905f9f6..e779504edd6 100644 --- a/htdocs/core/modules/societe/mod_codeclient_elephant.php +++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php @@ -170,7 +170,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode "ErrorCantUseRazInStartedYearIfNoYearMonthInMask", "ErrorCounterMustHaveMoreThan3Digits", "ErrorBadMaskBadRazMonth", - "ErrorCantUseRazWithYearOnOneDigit", + "ErrorCantUseRazWithYearOnOneDigit", ); if ($type != 1) { $examplecust = $this->getNextValue($objsoc, 0); @@ -204,7 +204,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode } else { if ($error == 1) { return $examplecust.' '.$examplesup; - }else{ + } else { return $examplecust.'
'.$examplesup; } }