diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index db358964f16..1b82eb777b0 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -2096,6 +2096,7 @@ if ($action == 'create') { $titlealt = ''; if (!empty($conf->accounting->enabled)) { + require_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountingaccount.class.php'; $accountingaccount = new AccountingAccount($db); $resaccountingaccount = $accountingaccount->fetch(0, $line->type_fees_accountancy_code, 1); //$titlealt .= '';