From 97a425d749cd5583390597d1c17c0bed1121de00 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 28 Jan 2013 17:53:38 +0100 Subject: [PATCH] [-] MO : fixed bug #PSCFV-6407 - module follow up client --- modules/followup/followup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/followup/followup.php b/modules/followup/followup.php index 6603cc69f..1c4bd315e 100644 --- a/modules/followup/followup.php +++ b/modules/followup/followup.php @@ -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;