Update compta.php

This commit is contained in:
Laurent Destailleur 2017-10-22 02:21:34 +02:00 committed by GitHub
parent 210fb5206c
commit 4c58e4f98a

View File

@ -54,7 +54,7 @@ $list = array(
* Actions
*/
$accounting_mode = $conf->global->ACCOUNTING_MODE;
$accounting_mode = empty($conf->global->ACCOUNTING_MODE) ? 'RECETTES-DEPENSES' : $conf->global->ACCOUNTING_MODE;
if ($action == 'update')
{