projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9687d2c
)
Inventory Helper: Methoden der Allocation Klasse gefixt
author
Sven Schöling
<sven.schoeling@opendynamic.de>
Mon, 8 Jul 2019 14:44:29 +0000
(16:44 +0200)
committer
Sven Schöling
<s.schoeling@googlemail.com>
Fri, 27 Nov 2020 15:27:45 +0000
(16:27 +0100)
SL/Helper/Inventory.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/Inventory.pm
b/SL/Helper/Inventory.pm
index
f38faaa
..
6f18de9
100644
(file)
--- 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 {