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:
0f743db
)
ShippedQty: calculate chainbar machen
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 24 Jul 2017 15:12:48 +0000
(17:12 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 24 Jul 2017 15:26:12 +0000
(17:26 +0200)
SL/Helper/ShippedQty.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/ShippedQty.pm
b/SL/Helper/ShippedQty.pm
index
1712ffb
..
cf1c70b
100644
(file)
--- a/
SL/Helper/ShippedQty.pm
+++ b/
SL/Helper/ShippedQty.pm
@@
-108,6
+108,8
@@
sub calculate {
$self->calculate_item_links;
$self->calculate_fill_up if $self->fill_up;
+
+ $self;
}
sub calculate_item_links {