mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 18:31:29 +01:00
Update thirdparties.modules.php
This commit is contained in:
@@ -81,7 +81,7 @@ class mailing_thirdparties extends MailingTargets
|
||||
$sql .= " AND s.entity IN (".getEntity('societe').")";
|
||||
$sql .= " AND s.email NOT IN (SELECT email FROM ".MAIN_DB_PREFIX."mailing_cibles WHERE fk_mailing=".((int) $mailing_id).")";
|
||||
if (GETPOST('default_lang', 'alpha')) {
|
||||
//$sql .= " AND s.default_lang LIKE '".$this->db->escape(GETPOST('default_lang', 'alpha'))."%'";
|
||||
$sql .= " AND s.default_lang LIKE '".$this->db->escape(GETPOST('default_lang', 'alpha'))."%'";
|
||||
}
|
||||
} else {
|
||||
$addFilter = "";
|
||||
|
||||
Reference in New Issue
Block a user