From 8100ccab023ef7d7baa871110a18485736bcebc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 May 2006 11:48:54 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Traduction=20incompl=E8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 9d91d8f0988..fcc63ac861e 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -49,6 +49,7 @@ if (!$user->rights->facture->lire) accessforbidden(); $langs->load('bills'); +$langs->load('companies'); $langs->load('products'); $langs->load('main');