Fix editline

This commit is contained in:
Laurent Destailleur 2021-10-17 17:17:08 +02:00
parent 514bcc87ea
commit 336b6cb7fc

View File

@ -2564,7 +2564,7 @@ if ($action == 'create') {
print '<div class="tabsAction">';
if ($action != 'create' && $action != 'edit') {
if ($action != 'create' && $action != 'edit' && $action != 'editline') {
$object = new ExpenseReport($db);
$object->fetch($id, $ref);