projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963c504
)
Kosmetik.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Jul 2008 08:25:25 +0000
(08:25 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Jul 2008 08:25:25 +0000
(08:25 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
73a495a
..
8586d03
100644
(file)
--- 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);