Fix: CRLF

This commit is contained in:
Laurent Destailleur 2014-05-21 20:34:52 +02:00
parent 94335b186e
commit 3f96632e02
2 changed files with 3 additions and 3 deletions

View File

@ -57,8 +57,8 @@ class mailing_framboise extends MailingTargets
function add_to_target($mailing_id,$filtersarray=array())
{
global $conf, $langs;
$langs->load("members");
$langs->load("companies");
$langs->load("members");
$langs->load("companies");
$cibles = array();

View File

@ -102,7 +102,7 @@ class modExpedition extends DolibarrModules
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/shipment";
$this->const[$r][3] = "";
$this->const[$r][4] = 0;
$r++;
$r++;
$this->const[$r][0] = "LIVRAISON_ADDON_PDF";
$this->const[$r][1] = "chaine";