projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d70eb
)
Drafts: Ausgelagert in Controller(2)
author
Martin Helmling
<martin.helmling@octosoft.eu>
Tue, 24 May 2016 07:49:04 +0000
(09:49 +0200)
committer
Martin Helmling
<martin.helmling@octosoft.eu>
Tue, 24 May 2016 07:49:04 +0000
(09:49 +0200)
fixup: vergessenes Löschen von remove_draft()
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
7761f70
..
1040705
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-1160,8
+1160,6
@@
sub post {
post_transaction();
- remove_draft() if $form->{remove_draft};
-
$form->{callback} = build_std_url("action=add&DONT_LOAD_DRAFT=1", "show_details");
$form->redirect($form->{callback});