Inventory Helper: Methoden der Allocation Klasse gefixt
authorSven Schöling <sven.schoeling@opendynamic.de>
Mon, 8 Jul 2019 14:44:29 +0000 (16:44 +0200)
committerSven Schöling <s.schoeling@googlemail.com>
Fri, 27 Nov 2020 15:27:45 +0000 (16:27 +0100)
SL/Helper/Inventory.pm

index f38faaa..6f18de9 100644 (file)
@@ -341,7 +341,7 @@ package SL::Helper::Inventory::Allocation {
 
   for my $name (@attributes) {
     no strict 'refs';
-    *{"WH::Allocation::$name"} = sub { $_[0]{$name} };
+    *{"SL::Helper::Inventory::Allocation::$name"} = sub { $_[0]{$name} };
   }
 
   sub new {