From d3e2bd33044cd6c97f4dc247f41e32624af4016b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Feb 2011 15:19:23 +0000 Subject: [PATCH] Fix: Missing trans --- htdocs/compta/paiement/cheque/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index 2c4462c114b..29dc7d1b1e8 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -34,6 +34,7 @@ require_once(DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php'); $langs->load('bills'); $langs->load('banks'); $langs->load('companies'); +$langs->load('compta'); $id = GETPOST("id"); $ref= GETPOST("ref");