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:
ef6f0c2
)
Beim Ausdruck sind in company und address Zeilenumbrueche noch wortwoertlich als...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 24 Nov 2006 09:42:48 +0000
(09:42 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 24 Nov 2006 09:42:48 +0000
(09:42 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
3cb1e82
..
1c84ef1
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1809,6
+1809,8
@@
sub print_form {
$form->{notes} =~ s/^\s+//g;
+ map({ $form->{$_} =~ s/\\n/\n/g; } qw(company address));
+
$form->{templates} = "$myconfig{templates}";
$form->{language} = $form->get_template_language(\%myconfig);