From 35f634837cb8a32d6fc9a2f9b3c656703d1246f0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 1 Jul 2010 20:54:53 +0000 Subject: [PATCH] Fix: Missing trad --- htdocs/compta/propal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 4abb965f874..7136817ca21 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -38,6 +38,7 @@ if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT.'/commande/class/co $langs->load('companies'); $langs->load('compta'); $langs->load('orders'); +$langs->load('bills'); $page=$_GET["page"]; $sortorder=$_GET["sortorder"];