From 79778ae9c71c4ee6ad4187c4f085cf573a3bbbce Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 25 Jul 2008 08:25:25 +0000 Subject: [PATCH] Kosmetik. --- SL/Form.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.20.1