Revision 79778ae9
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
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);
|
||
|
Auch abrufbar als: Unified diff
Kosmetik.