Revision 79778ae9
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1119 | 1119 |
map { $self->{"employee_${_}"} = $myconfig->{$_}; } qw(email tel fax name signature company address businessnumber co_ustid taxnumber duns); |
1120 | 1120 |
} |
1121 | 1121 |
|
1122 |
map({ $self->{"${_}"} = $myconfig->{$_}; } |
|
1123 |
qw(co_ustid)); |
|
1124 |
|
|
1122 |
map { $self->{"${_}"} = $myconfig->{$_}; } qw(co_ustid); |
|
1125 | 1123 |
|
1126 | 1124 |
$self->{copies} = 1 if (($self->{copies} *= 1) <= 0); |
1127 | 1125 |
|
Auch abrufbar als: Unified diff
Kosmetik.