Fix syntax error

This commit is contained in:
Laurent Destailleur 2018-02-07 17:50:16 +01:00
parent 37afc58c48
commit 507328d83a

View File

@ -102,7 +102,7 @@ class mod_expensereport_jade extends ModeleNumRefExpenseReport
global $db,$conf;
// For backward compatibility and restore old behavior to get ref of expense report
if ($conf->global->)
if ($conf->global->EXPENSEREPORT_USE_OLD_NUMBERING_RULE)
{
$fuser = null;
if ($object->fk_user_author > 0)