Update defaultaccounts.php

This commit is contained in:
Laurent Destailleur 2017-10-22 02:20:29 +02:00 committed by GitHub
parent 4224ea6c56
commit f4db4373ea

View File

@ -77,7 +77,7 @@ $list_account = array (
* Actions
*/
$accounting_mode = $conf->global->ACCOUNTING_MODE;
$accounting_mode = empty($conf->global->ACCOUNTING_MODE) ? 'RECETTES-DEPENSES' : $conf->global->ACCOUNTING_MODE;
if (GETPOST('change_chart'))