Browse Source

Fix lang not loaded

Laurent Destailleur 9 years ago
parent
commit
d7007bd16b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      htdocs/compta/stats/casoc.php

+ 2 - 0
htdocs/compta/stats/casoc.php

@@ -34,6 +34,8 @@ require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
 
 $langs->load("companies");
 $langs->load("categories");
+$langs->load("bills");
+$langs->load("compta");
 
 // Define modecompta ('CREANCES-DETTES' or 'RECETTES-DEPENSES')
 $modecompta = $conf->global->ACCOUNTING_MODE;