Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Mon, 20 Jan 2014 09:13:28 +0000 (17:13 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Jan 2014 09:13:28 +0000 (17:13 +0800)
Pman.Dialog.XtupleTransfer.js

Pman.Dialog.XtupleTransfer.bjs
Pman.Dialog.XtupleTransfer.js

index 86cfea5..96b3fa2 100644 (file)
                                 },
                                 {
                                     "*prop": "colModel[]",
-                                    "dataIndex": "moved_qty",
+                                    "dataIndex": "expected_qty",
                                     "header": "Expected",
                                     "width": 100,
                                     "xtype": "ColumnModel",
index 9df4785..057edab 100644 (file)
@@ -1656,7 +1656,7 @@ Pman.Dialog.XtupleTransfer = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
-                                dataIndex : 'moved_qty',
+                                dataIndex : 'expected_qty',
                                 header : 'Expected',
                                 width : 100,
                                 renderer : function(v) { return String.format('{0}', v ? v : 0); }