Fix trans
This commit is contained in:
parent
78acf07e4c
commit
d153918a10
@ -37,7 +37,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("users","companies","agenda","commercial"));
|
||||
$langs->loadLangs(array("users","companies","agenda","commercial","other"));
|
||||
|
||||
$action=GETPOST('action', 'alpha');
|
||||
$contextpage=GETPOST('contextpage', 'aZ')?GETPOST('contextpage', 'aZ'):'actioncommlist'; // To manage different context of search
|
||||
|
||||
Loading…
Reference in New Issue
Block a user