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:
55f47cf
)
Nach Speichern einer Vorlage die Checkbox "Vorlage löschen" aktivieren.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Mar 2007 10:23:37 +0000
(10:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Mar 2007 10:23:37 +0000
(10:23 +0000)
bin/mozilla/drafts.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/drafts.pl
b/bin/mozilla/drafts.pl
index
c10d91a
..
14cdb25
100644
(file)
--- a/
bin/mozilla/drafts.pl
+++ b/
bin/mozilla/drafts.pl
@@
-17,6
+17,7
@@
sub save_draft {
if (!$form->{draft_id} && !$form->{draft_description}) {
restore_form($form->{SAVED_FORM}, 1) if ($form->{SAVED_FORM});
delete($form->{SAVED_FORM});
+ $form->{remove_draft} = 1;
$form->{SAVED_FORM} = save_form();
$form->header();