From: Moritz Bunkus Date: Fri, 25 Jul 2008 08:25:25 +0000 (+0000) Subject: Kosmetik. X-Git-Tag: release-2.6.0beta1~39 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=79778ae9c71c4ee6ad4187c4f085cf573a3bbbce;p=kivitendo-erp.git Kosmetik. --- diff --git a/SL/Form.pm b/SL/Form.pm index 73a495a9a..8586d0369 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1119,9 +1119,7 @@ sub parse_template { map { $self->{"employee_${_}"} = $myconfig->{$_}; } qw(email tel fax name signature company address businessnumber co_ustid taxnumber duns); } - map({ $self->{"${_}"} = $myconfig->{$_}; } - qw(co_ustid)); - + map { $self->{"${_}"} = $myconfig->{$_}; } qw(co_ustid); $self->{copies} = 1 if (($self->{copies} *= 1) <= 0);