]> wagnertech.de Git - kivitendo-erp.git/commitdiff
ShippedQty: Typo in POD
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 13 Aug 2018 09:49:38 +0000 (11:49 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 13 Aug 2018 09:49:38 +0000 (11:49 +0200)
SL/Helper/ShippedQty.pm

index 1b3fe81d7430ad38a2869a3e4e94a9b7aa13647e..e109fa7ec0c21b5263abf56631d3d064f5632a58 100644 (file)
@@ -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);