Skip to content

Commit

Permalink
Present an empty screen after Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 17, 2023
1 parent aad8098 commit 318816b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion old/bin/gl.pl
Expand Up @@ -728,7 +728,7 @@ sub del {
$form->call_procedure(funcname=>'draft_delete', args => [ $form->{id} ]);
delete $form->{id};
delete $form->{reference};
add();
new();
}


Expand Down
2 changes: 2 additions & 0 deletions workflows/gl.actions.xml
Expand Up @@ -112,6 +112,8 @@ TODO! Check workflow when 'separate duties' is false!
group="main"
order="21"
text="Delete"
doing="Deleting..."
done="Deleted"
short-help="Remove draft transaction"
class="LedgerSMB::Workflow::Action::Null" />

Expand Down

0 comments on commit 318816b

Please sign in to comment.