Fix order location display.
authorMaxime Bourget <bmx007@gmail.com>
Thu, 30 May 2013 16:10:47 +0000 (17:10 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Thu, 30 May 2013 16:10:47 +0000 (17:10 +0100)
haxe/ItemScheduler.hx

index 0446983596a2f12764dfdbf93fc2745addcc8557..3480399079cc15f1087cc2da5c8547952adfd3ed 100644 (file)
@@ -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);