Skip to content

Commit

Permalink
Update byratecountry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 13, 2019
1 parent cce8f98 commit b6571d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/stats/byratecountry.php
Expand Up @@ -37,7 +37,7 @@
// Load translation files required by the page
$langs->loadLangs(array("other","compta","banks","bills","companies","product","trips","admin","accountancy"));

$modecompta = $conf->global->ACCOUNTING_MODE;
$modecompta = (GETPOST('modecompta', 'alpha') ? GETPOST('modecompta', 'alpha') : $conf->global->ACCOUNTING_MODE);

// Date range
$year=GETPOST("year",'int');
Expand Down

0 comments on commit b6571d9

Please sign in to comment.