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:
d1809c2
)
Mit fa04f8138cc6447 gelöst
author
Jan Büren
<jan@kivitendo.de>
Wed, 23 Jun 2021 11:25:31 +0000
(13:25 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 23 Jun 2021 11:26:29 +0000
(13:26 +0200)
Ich lass den Code aber erstmal so stehen, falls es doch inperformant werden sollte
SL/Helper/ShippedQty.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/ShippedQty.pm
b/SL/Helper/ShippedQty.pm
index
a2f6701
..
2ac4e39
100644
(file)
--- a/
SL/Helper/ShippedQty.pm
+++ b/
SL/Helper/ShippedQty.pm
@@
-308,7
+308,8
@@
sub init_matches { [] }
sub init_delivered {
my ($self) = @_;
- $self->ensure_all_orderitems_for_orders;
+ # is needed in odyn
+ # $self->ensure_all_orderitems_for_orders;
my $d = { };
for (keys %{ $self->oi_qty }) {