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:
66c9114
)
print_form: Extension war vor -r3314 standard auf "html", wurde dann durch anderen...
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 12 Jun 2009 10:05:07 +0000
(10:05 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 12 Jun 2009 10:05:07 +0000
(10:05 +0000)
Fix für Bug 1043.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
b6eaf9c
..
f890cee
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1479,7
+1479,7
@@
sub print_form {
reformat_numbers($output_numberformat, $precision, @{ $field_list });
}
- my $extension = '';
+ my $extension = '
html
';
if ($form->{format} eq 'postscript') {
$form->{postscript} = 1;
$extension = 'tex';