From 205f67b9f4b289fa0da95f01c35a5edc687909d6 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Thu, 30 May 2013 17:10:47 +0100 Subject: [PATCH] Fix order location display. --- haxe/ItemScheduler.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2