NEW: add constant MAIN_IBAN_NOT_MANDATORY
This commit is contained in:
parent
4c3c613568
commit
cbc7589559
@ -1519,6 +1519,10 @@ class Account extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public function needIBAN()
|
public function needIBAN()
|
||||||
{
|
{
|
||||||
|
global $conf;
|
||||||
|
|
||||||
|
if ( ! empty($conf->global->MAIN_IBAN_NOT_MANDATORY) ) return 0;
|
||||||
|
|
||||||
$country_code = $this->getCountryCode();
|
$country_code = $this->getCountryCode();
|
||||||
|
|
||||||
$country_code_in_EEC = array(
|
$country_code_in_EEC = array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user