Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79778ae9

Von Moritz Bunkus vor etwa 16 Jahren hinzugefügt

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

Kosmetik.

Unterschiede anzeigen:

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