[-] MO : Mailalert was not using order reference
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<module>
|
<module>
|
||||||
<name>mailalerts</name>
|
<name>mailalerts</name>
|
||||||
<displayName><![CDATA[Mail alerts]]></displayName>
|
<displayName><![CDATA[Mail alerts]]></displayName>
|
||||||
<version><![CDATA[2.7]]></version>
|
<version><![CDATA[2.8]]></version>
|
||||||
<description><![CDATA[Sends e-mail notifications to customers and merchants.]]></description>
|
<description><![CDATA[Sends e-mail notifications to customers and merchants.]]></description>
|
||||||
<author><![CDATA[PrestaShop]]></author>
|
<author><![CDATA[PrestaShop]]></author>
|
||||||
<tab><![CDATA[administration]]></tab>
|
<tab><![CDATA[administration]]></tab>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class MailAlerts extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'mailalerts';
|
$this->name = 'mailalerts';
|
||||||
$this->tab = 'administration';
|
$this->tab = 'administration';
|
||||||
$this->version = '2.7';
|
$this->version = '2.8';
|
||||||
$this->author = 'PrestaShop';
|
$this->author = 'PrestaShop';
|
||||||
$this->need_instance = 0;
|
$this->need_instance = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user