Update compta.php
This commit is contained in:
parent
210fb5206c
commit
4c58e4f98a
@ -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')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user