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:
db68b6f
)
remove_draft standardmaessig an
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Feb 2007 15:11:51 +0000
(15:11 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 22 Feb 2007 15:11:51 +0000
(15:11 +0000)
bin/mozilla/drafts.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/drafts.pl
b/bin/mozilla/drafts.pl
index
3255d68
..
41a4ac9
100644
(file)
--- a/
bin/mozilla/drafts.pl
+++ b/
bin/mozilla/drafts.pl
@@
-98,6
+98,7
@@
sub load_draft {
restore_form($old_form, 1);
$form->{draft_id} = $id;
$form->{draft_description} = $description;
+ $form->{remove_draft} = 'checked';
}
update();