diff --git a/htdocs/cron/card.php b/htdocs/cron/card.php index 270fe3f57c4..2a808b9a692 100644 --- a/htdocs/cron/card.php +++ b/htdocs/cron/card.php @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/html.formcron.class.php"; require_once DOL_DOCUMENT_ROOT.'/core/lib/cron.lib.php'; // Load translation files required by the page -$langs->loadLangs(array('admin', 'cron', 'members')); +$langs->loadLangs(array('admin', 'cron', 'members', 'bills')); $id = GETPOST('id', 'int'); $action = GETPOST('action', 'aZ09');