travais
This commit is contained in:
parent
3777b7dffe
commit
7ac0168397
@ -111,8 +111,6 @@ class AdvanceTargetingMailing extends CommonObject
|
|||||||
global $langs;
|
global $langs;
|
||||||
$langs->load('customers');
|
$langs->load('customers');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
||||||
$this->select_target_type = array(
|
$this->select_target_type = array(
|
||||||
@ -129,6 +127,8 @@ class AdvanceTargetingMailing extends CommonObject
|
|||||||
foreach ($customerStatic->cacheprospectstatus as $dataProspectSt) {
|
foreach ($customerStatic->cacheprospectstatus as $dataProspectSt) {
|
||||||
$this->type_statuscommprospect[$dataProspectSt['id']]=$dataProspectSt['label'];
|
$this->type_statuscommprospect[$dataProspectSt['id']]=$dataProspectSt['label'];
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$this->type_statuscommprospect = array();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user