Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:35:18 +0000 (16:35 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:35:18 +0000 (16:35 +0800)
Pman.Dialog.XtupleTransfer.js

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

index fc66ded..145d171 100644 (file)
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "invhist_transfer_item_qty",
-                                    "header": "Action",
+                                    "header": "Qty",
                                     "width": 200,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }",
index 54627f6..f6e514a 100644 (file)
@@ -1647,7 +1647,7 @@ Pman.Dialog.XtupleTransfer = {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
                                 dataIndex : 'invhist_transfer_item_qty',
-                                header : 'Action',
+                                header : 'Qty',
                                 width : 200,
                                 renderer : function(v,x,r) { return String.format('{0} - {1}', v, r.data.on_table); }
                             },