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:
e8e4fdb
)
Revert "Bei Angebot / Auftrag / Lieferschein (Ein- und Verkauf) wird beim Drucken...
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 21 Jan 2014 12:39:46 +0000
(13:39 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 21 Jan 2014 12:39:46 +0000
(13:39 +0100)
This reverts commit
2bc376b9be6507cc0fdf3ddca0ed410566cf3ba4
.
closes #2436
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
c584f32
..
e103891
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1206,17
+1206,12
@@
sub print {
}
$form->{print_and_save} = 1;
my $formname = $form->{formname};
- save();
+
&
save();
$form->{formname} = $formname;
- edit();
+
&
edit();
$::lxdebug->leave_sub();
::end_of_request();
}
- elsif (($form->{type} =~ /_order$/) || ($form->{type} =~ /_quotation$/)) {
- $form->{print_and_save} = 1;
- save();
- }
-
&print_form($old_form);