diff --git a/htdocs/compta/facture/agenda.php b/htdocs/compta/facture/agenda.php index a7930660378..a452a8dd6aa 100644 --- a/htdocs/compta/facture/agenda.php +++ b/htdocs/compta/facture/agenda.php @@ -29,7 +29,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; // Load translation files required by the page -$langs->loadLangs(array("facture", "other")); +$langs->loadLangs(array("bills", "other")); // Get parameters $id = GETPOST('id', 'int');