[-] MO : Mailalert was not using order reference

This commit is contained in:
PhpMadman
2013-11-08 12:48:49 +01:00
parent 2556a7bb68
commit 6ee2852fa5
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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;