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