Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79778ae9

Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt

  • ID 79778ae9c71c4ee6ad4187c4f085cf573a3bbbce
  • Vorgänger 963c5048
  • Nachfolger cd92cf1c

Kosmetik.

Unterschiede anzeigen:

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