[*] MO : mailjet is now in advertising_marketing category (instead of front_office_features)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<version><![CDATA[1.0]]></version>
|
||||
<description><![CDATA[This modules sends through Mailjet all email coming from your Prestashop installation]]></description>
|
||||
<author><![CDATA[]]></author>
|
||||
<tab><![CDATA[front_office_features]]></tab>
|
||||
<tab><![CDATA[advertising_marketing]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
<need_instance>1</need_instance>
|
||||
<limited_countries></limited_countries>
|
||||
|
||||
@@ -43,7 +43,7 @@ class Mailjet extends Module
|
||||
public function __construct()
|
||||
{
|
||||
$this->name = 'mailjet';
|
||||
$this->tab = 'front_office_features';
|
||||
$this->tab = 'advertising_marketing';
|
||||
$this->version = '1.0';
|
||||
$this->displayName = 'Mailjet';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user