From e05e75747d8d08af9611712fb61f25b155213c83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 24 Jul 2017 17:12:48 +0200 Subject: [PATCH] ShippedQty: calculate chainbar machen --- SL/Helper/ShippedQty.pm | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5