X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb3f5922707cd737c275c00635410becf76eb4a3..9ceafde6395689d82f625f1d63ff6eb384b87b96:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index a2e55b0ce..d0cf6e8b1 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -773,7 +773,8 @@ sub parse_template { $self->{"notes"} = $self->{ $self->{"formname"} . "notes" }; map({ $self->{"employee_${_}"} = $myconfig->{$_}; } - qw(email tel fax name signature company address businessnumber)); + qw(email tel fax name signature company address businessnumber + co_ustid taxnumber duns)); map({ $self->{"employee_${_}"} =~ s/\\n/\n/g; } qw(company address signature));