]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 f38faaace4c266a7e5bd539c948ff1f350efa20a..6f18de9df05155573393b358008bcc1b01c13268 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 {