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");