]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
Auch bei den Variablen company, address und signature eventuell als \\n escapte Zeile...
[kivitendo-erp.git] / SL / Form.pm
index 9a992bd3a040b77a8f4b9eb6f3d6fd13e98762f3..ae23fab7b33bfe8447cd73c1cf68cdeff2976545 100644 (file)
@@ -780,6 +780,7 @@ sub parse_template {
          co_ustid taxnumber duns));
   map({ $self->{"employee_${_}"} =~ s/\\n/\n/g; }
       qw(company address signature));
+  map({ $self->{$_} =~ s/\\n/\n/g; } qw(company address signature));
 
   $self->{copies} = 1 if (($self->{copies} *= 1) <= 0);