From: Sven Schöling Date: Mon, 8 Jul 2019 14:44:29 +0000 (+0200) Subject: Inventory Helper: Methoden der Allocation Klasse gefixt X-Git-Tag: kivitendo-mebil_0.1-0~9^2~617 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/7e253668beb345d8109c10da40af193de0b1cbc6?ds=inline Inventory Helper: Methoden der Allocation Klasse gefixt --- 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 {