From c631fcf99c390990b1c87e89b6c280e104058566 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Jul 2007 16:30:51 +0000 Subject: [PATCH] Fix: Trad manquante --- htdocs/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/index.php b/htdocs/index.php index 0f14bd34cc2..92b3905198c 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -105,6 +105,7 @@ print "\n"; * Non affiché pour un utilisateur externe */ $langs->load("commercial"); +$langs->load("bills"); if ($user->societe_id == 0) { print '
';