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:
3a4e1d5
)
Funktion Drucken ohne erstmaliges Speichern hat nur gespeichert und nicht danach...
author
Philip Reetz
<p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:22:20 +0000
(18:22 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:22:20 +0000
(18:22 +0000)
gedruckt
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
6281afe
..
df883fc
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-122,7
+122,7
@@
sub edit {
set_headings("edit");
# editing without stuff to edit? try adding it first
- if ($form->{rowcount}) {
+ if ($form->{rowcount}
&& !$form->{print_and_save}
) {
map { $id++ if $form->{"multi_id_$_"} } (1 .. $form->{rowcount});
if (!$id) {