Pman.Dialog.XtupleVendorEdit.bjs
authorEdward <edward@roojs.com>
Wed, 15 Jan 2014 06:37:01 +0000 (14:37 +0800)
committerEdward <edward@roojs.com>
Wed, 15 Jan 2014 06:37:01 +0000 (14:37 +0800)
Pman.Dialog.XtupleVendorEdit.js

Pman.Dialog.XtupleVendorEdit.bjs
Pman.Dialog.XtupleVendorEdit.js

index 132853e..b9eb8e3 100644 (file)
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "vendaddr_addr_id_addr_line2",
-                                    "header": "Address Line 1",
-                                    "width": 100,
+                                    "header": "Address Line 2",
+                                    "width": 200,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
index 0d7d025..988af87 100644 (file)
@@ -952,8 +952,8 @@ Pman.Dialog.XtupleVendorEdit = {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
                                 dataIndex : 'vendaddr_addr_id_addr_line2',
-                                header : 'Address Line 1',
-                                width : 100,
+                                header : 'Address Line 2',
+                                width : 200,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
                             {