From: Maxime Bourget Date: Thu, 30 May 2013 16:10:47 +0000 (+0100) Subject: Fix order location display. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=205f67b9f4b289fa0da95f01c35a5edc687909d6;p=order_line_extra.git Fix order location display. --- diff --git a/haxe/ItemScheduler.hx b/haxe/ItemScheduler.hx index 0446983..3480399 100644 --- a/haxe/ItemScheduler.hx +++ b/haxe/ItemScheduler.hx @@ -128,7 +128,7 @@ class ItemScheduler { ,order.quantity ,left ,left+order.quantity - ,order.from_stk_code + ,order.from_stk_loc ,order.delivery_date ]; printRow(cells, attributes);