Update societe.class.php
This commit is contained in:
parent
d64e6a6a1b
commit
e60020140d
@ -3455,7 +3455,7 @@ class Societe extends CommonObject
|
||||
}
|
||||
else // For backward compatibility
|
||||
{
|
||||
dol_syslog("Your country setup use an old syntax. Reedit it using setup area.", LOG_ERR);
|
||||
dol_syslog("Your country setup use an old syntax. Reedit it using setup area.", LOG_WARNING);
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
||||
$country_code=getCountry($country_id, 2, $this->db); // This need a SQL request, but it's the old feature that should not be used anymore
|
||||
$country_label=getCountry($country_id, 0, $this->db); // This need a SQL request, but it's the old feature that should not be used anymore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user