Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21ea525a

Von Sven Schöling vor mehr als 4 Jahren hinzugefügt

  • ID 21ea525ade943f3fdd2ff61b58cf11bd01dec9ec
  • Vorgänger 42974dfc
  • Nachfolger 0f9fa5e8

Inventory Helper: Methoden der Allocation Klasse gefixt

Unterschiede anzeigen:

SL/Helper/Inventory.pm
341 341

  
342 342
  for my $name (@attributes) {
343 343
    no strict 'refs';
344
    *{"WH::Allocation::$name"} = sub { $_[0]{$name} };
344
    *{"SL::Helper::Inventory::Allocation::$name"} = sub { $_[0]{$name} };
345 345
  }
346 346

  
347 347
  sub new {

Auch abrufbar als: Unified diff