Merge pull request #7592 from atm-maxime/fix_advtarget

Fix : missing new target type in advance target selection
This commit is contained in:
Laurent Destailleur 2017-10-08 15:06:52 +02:00 committed by GitHub
commit 21bb799e7b

View File

@ -116,7 +116,7 @@ class mailing_advthirdparties extends MailingTargets
}
}
if (($type_of_target==1) || ($type_of_target==2)) {
if (($type_of_target==1) || ($type_of_target==2) || ($type_of_target==4)) {
// Select the third parties from category
if (count($socid)>0 || count($contactid)>0)
{