X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fd8bdbfb46b8b63a7d05457959b98c4956d1dbd..3c559a20ca6390b01bb0c96c3897e3fd87ce7416:/SL/Form.pm?ds=sidebyside diff --git a/SL/Form.pm b/SL/Form.pm index 3606073f9..0616e1e79 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -774,6 +774,8 @@ sub parse_template { map({ $self->{"employee_${_}"} = $myconfig->{$_}; } qw(email tel fax name signature company address businessnumber)); + map({ $self->{"employee_${_}"} =~ s/\\n/\n/g; } + qw(company address signature)); $self->{copies} = 1 if (($self->{copies} *= 1) <= 0);