Inventory Helper: Methoden der Allocation Klasse gefixt
[kivitendo-erp.git] / 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 {