Merge remote-tracking branch 'origin/ticket/r13883-exportnewsletterpro' into dev

This commit is contained in:
Michael RICOIS 2017-09-18 09:50:49 +02:00
commit db99007cc5

View File

@ -98,6 +98,7 @@
// Enable : Export Pro - 1 vente en cours /ligne
elseif (Tools::isSubmit('submitNewsletterExportPro')) {
$this->version = 3;
$this->enableV4header = true;
$_GET['id_group'] = 4;
// reactiver la generation du tracking dans le cron si on veut utiliser le tracking PRO
$this->trackingSuffix = 'PRO';
@ -387,7 +388,7 @@
'input' => array(
),
'submit' => array(
'name' => 'submitNewsletterExportPartV4',
'name' => 'submitNewsletterExportPro',
'title' => $this->l('Export'),
),
)