From c4ef463b11f9d80e3fbefff1969c10e4a648c6a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Dec 2011 20:33:57 +0100 Subject: [PATCH] Fix: Lang loaded --- htdocs/compta/charges/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php index d409dea9085..20be73b8f1d 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -31,6 +31,7 @@ require_once(DOL_DOCUMENT_ROOT."/compta/sociales/class/paymentsocialcontribution require_once(DOL_DOCUMENT_ROOT."/lib/date.lib.php"); $langs->load("compta"); +$langs->load("bills"); // Security check if ($user->societe_id) $socid=$user->societe_id;