2
0
forked from Wavyzz/dolibarr

Standardize and update code

This commit is contained in:
Philippe GRAND
2018-09-17 12:29:21 +02:00
parent 2a0ed0f14c
commit cd796bf682

View File

@@ -101,9 +101,8 @@ class FormSms
if (! is_object($form)) $form=new Form($this->db);
$langs->load("other");
$langs->load("mails");
$langs->load("sms");
// Load translation files required by the page
$langs->loadLangs(array('other', 'mails', 'sms'));
$soc=new Societe($this->db);
if (!empty($this->withtosocid) && $this->withtosocid > 0)