Skip to content

Commit

Permalink
Update defaultaccounts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 22, 2017
1 parent 4224ea6 commit f4db437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/defaultaccounts.php
Expand Up @@ -77,7 +77,7 @@
* Actions
*/

$accounting_mode = $conf->global->ACCOUNTING_MODE;
$accounting_mode = empty($conf->global->ACCOUNTING_MODE) ? 'RECETTES-DEPENSES' : $conf->global->ACCOUNTING_MODE;


if (GETPOST('change_chart'))
Expand Down

0 comments on commit f4db437

Please sign in to comment.