From: Bernd Bleßmann Date: Mon, 13 Aug 2018 09:49:38 +0000 (+0200) Subject: ShippedQty: Typo in POD X-Git-Tag: release-3.5.4~319 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=42442d1f6692b00f2cefe3b302d9aca5724b4c82;p=kivitendo-erp.git ShippedQty: Typo in POD --- diff --git a/SL/Helper/ShippedQty.pm b/SL/Helper/ShippedQty.pm index 1b3fe81d7..e109fa7ec 100644 --- a/SL/Helper/ShippedQty.pm +++ b/SL/Helper/ShippedQty.pm @@ -327,7 +327,7 @@ SL::Helper::ShippedQty - Algorithmic module for calculating shipped qty $helper->calculate($oe_id); $helper->calculate(\@oe_ids); - # if these are items set elivered and shipped_qty + # if these are items set delivered and shipped_qty # if these are orders, iterate through their items and set delivered on order $helper->write_to($objects);