]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Helper/Inventory.pm
Inventory Helper: Methoden der Allocation Klasse gefixt
[mfinanz.git] / 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 {