Skip to content
Snippets Groups Projects
Commit 03fd69c3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing lang

parent a832bbb3
Branches
Tags
No related merge requests found
......@@ -30,9 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
$langs->load("sendings");
$langs->load("deliveries");
$langs->load('companies');
$langs->loadLangs(array("sendings","deliveries",'companies','bills'));
$socid=GETPOST('socid','int');
// Security check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment