Fix editline

This commit is contained in:
Laurent Destailleur 2021-10-17 17:17:08 +02:00
parent 7bcc76c1aa
commit 5221c9e38f

View File

@ -2524,7 +2524,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);