[-] MO : fixed bug #PSCFV-6407 - module follow up client

This commit is contained in:
vAugagneur
2013-01-28 17:53:38 +01:00
parent 26bdd35e87
commit 97a425d749
+1 -1
View File
@@ -472,7 +472,7 @@ class Followup extends Module
$cartRule->name[(int)$language['id_lang']] = $description;
$code = 'FLW-'.(int)($id_email_type).'-'.strtoupper(Tools::passwdGen(10));
$cartRule->name = $code;
$cartRule->code = $code;
$cartRule->active = 1;
if (!$cartRule->add())
return false;