typo
This commit is contained in:
parent
94ae8e07af
commit
a16e342af6
@ -497,7 +497,7 @@ abstract class CommonObject
|
|||||||
$this->country =$tmparray['label'];
|
$this->country =$tmparray['label'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($withregion && $this->state_id && (empty($this->state_code) || empty($this->state) || empty($this->region) || empty($this->region_cpde)))
|
if ($withregion && $this->state_id && (empty($this->state_code) || empty($this->state) || empty($this->region) || empty($this->region_code)))
|
||||||
{
|
{
|
||||||
require_once DOL_DOCUMENT_ROOT .'/core/lib/company.lib.php';
|
require_once DOL_DOCUMENT_ROOT .'/core/lib/company.lib.php';
|
||||||
$tmparray=getState($this->state_id,'all',0,1);
|
$tmparray=getState($this->state_id,'all',0,1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user