From: Sven Schöling Date: Mon, 24 Jul 2017 15:12:48 +0000 (+0200) Subject: ShippedQty: calculate chainbar machen X-Git-Tag: release-3.5.4~968 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e05e75747d8d08af9611712fb61f25b155213c83;p=kivitendo-erp.git ShippedQty: calculate chainbar machen --- diff --git a/SL/Helper/ShippedQty.pm b/SL/Helper/ShippedQty.pm index 1712ffbb0..cf1c70bfe 100644 --- 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 {