Rename export
This commit is contained in:
parent
747b957f98
commit
ab3695e7a8
@ -87,6 +87,7 @@
|
||||
$this->version = 5;
|
||||
$_GET['id_group'] = 4;
|
||||
$this->subVersion = true;
|
||||
$this->trackingSuffix = 'PRO';
|
||||
}
|
||||
$this->exportNewsletter();
|
||||
}
|
||||
@ -347,7 +348,7 @@
|
||||
$formExportPartV3 = array(
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Export PART Version 3 - une vente/ligne - Newsletter light'),
|
||||
'title' => $this->l('Export PART - 1 vente en cours /ligne'),
|
||||
),
|
||||
'input' => array(
|
||||
),
|
||||
@ -358,7 +359,7 @@
|
||||
)
|
||||
);
|
||||
|
||||
$formExportPartV4 = array(
|
||||
/*$formExportPartV4 = array(
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Export PART VERSION 4 - 2 VENTES/LIGNE - Newsletter LIGHT')
|
||||
@ -370,12 +371,12 @@
|
||||
'name' => 'submitNewsletterExportPartV4'
|
||||
),
|
||||
),
|
||||
);
|
||||
);*/
|
||||
|
||||
$formExportPartV5 = array(
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Export PART VERSION 5 - VENTES/LIGNE - Newsletter LIGHT')
|
||||
'title' => $this->l('Export PART - 2 ventes en cours /ligne')
|
||||
),
|
||||
'input' => array(
|
||||
),
|
||||
@ -389,7 +390,7 @@
|
||||
$formExportPartV6 = array(
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Export PART PRO VERSION 5 - Newsletter LIGHT')
|
||||
'title' => $this->l('Export PRO - 2 ventes en cours /ligne')
|
||||
),
|
||||
'input' => array(
|
||||
),
|
||||
@ -403,7 +404,7 @@
|
||||
$formExportPro = array(
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Export PRO'),
|
||||
'title' => $this->l('Export PRO avec tracking'),
|
||||
),
|
||||
'input' => array(
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user