From 7e253668beb345d8109c10da40af193de0b1cbc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 8 Jul 2019 16:44:29 +0200 Subject: [PATCH] Inventory Helper: Methoden der Allocation Klasse gefixt --- SL/Helper/Inventory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1