Fix: CRLF
This commit is contained in:
parent
94335b186e
commit
3f96632e02
@ -57,8 +57,8 @@ class mailing_framboise extends MailingTargets
|
|||||||
function add_to_target($mailing_id,$filtersarray=array())
|
function add_to_target($mailing_id,$filtersarray=array())
|
||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
$langs->load("members");
|
$langs->load("members");
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
|
|
||||||
$cibles = array();
|
$cibles = array();
|
||||||
|
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class modExpedition extends DolibarrModules
|
|||||||
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/shipment";
|
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/shipment";
|
||||||
$this->const[$r][3] = "";
|
$this->const[$r][3] = "";
|
||||||
$this->const[$r][4] = 0;
|
$this->const[$r][4] = 0;
|
||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
$this->const[$r][0] = "LIVRAISON_ADDON_PDF";
|
$this->const[$r][0] = "LIVRAISON_ADDON_PDF";
|
||||||
$this->const[$r][1] = "chaine";
|
$this->const[$r][1] = "chaine";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user