From 79c07397d6221e01c2595e4da3fb241d751fc49d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Dec 2011 20:34:10 +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 dd2f719f360..ef8b6c25ab2 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -30,6 +30,7 @@ require_once(DOL_DOCUMENT_ROOT."/compta/sociales/class/paymentsocialcontribution require_once(DOL_DOCUMENT_ROOT."/core/lib/date.lib.php"); $langs->load("compta"); +$langs->load("bills"); // Security check if ($user->societe_id) $socid=$user->societe_id;