Fix phpcs

This commit is contained in:
Laurent Destailleur
2021-08-11 21:04:03 +02:00
parent 911f8daec6
commit bf72143823

View File

@@ -1521,7 +1521,9 @@ class Account extends CommonObject
{
global $conf;
if ( ! empty($conf->global->MAIN_IBAN_NOT_MANDATORY) ) return 0;
if (!empty($conf->global->MAIN_IBAN_IS_NEVER_MANDATORY)) {
return 0;
}
$country_code = $this->getCountryCode();