diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index eb11498a505..048ed73075b 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -43,6 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php'; $langs->load("banks"); $langs->load("categories"); $langs->load("bills"); +$langs->load("companies"); $id = (GETPOST('id','int') ? GETPOST('id','int') : GETPOST('account','int')); $ref = GETPOST('ref','alpha'); diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index 20b5247ffd7..615c3ac868a 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php'; $langs->load("banks"); $langs->load("categories"); +$langs->load("companies"); // Security check if ($user->societe_id) $socid=$user->societe_id; diff --git a/htdocs/compta/bank/treso.php b/htdocs/compta/bank/treso.php index ffbf6be1ce9..58876f81ab6 100644 --- a/htdocs/compta/bank/treso.php +++ b/htdocs/compta/bank/treso.php @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php'; $langs->load("banks"); $langs->load("categories"); $langs->load("bills"); +$langs->load("companies"); // Security check if (isset($_GET["account"]) || isset($_GET["ref"]))