X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9687d2ce94190d858260e10dea0a882b77d3a9b6..7e253668beb345d8109c10da40af193de0b1cbc6:/SL/Helper/Inventory.pm diff --git a/SL/Helper/Inventory.pm b/SL/Helper/Inventory.pm index f38faaace..6f18de9df 100644 --- a/SL/Helper/Inventory.pm +++ b/SL/Helper/Inventory.pm @@ -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 {