Fix editline
This commit is contained in:
parent
514bcc87ea
commit
336b6cb7fc
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user