Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:29:26 +0000 (17:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:29:26 +0000 (17:29 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 23596f9..acea2be 100644 (file)
                                     ]
                                 },
                                 {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans",
-                                    "width": 75,
+                                    "*prop": "colModel[]",
                                     "dataIndex": "gltrans_id",
+                                    "header": "Gltrans",
+                                    "width": 50,
+                                    "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
+                                    "|xns": "Roo.grid"
                                 },
                                 {
                                     "xtype": "ColumnModel",
index 0c4a9e0..6066e6f 100644 (file)
@@ -397,9 +397,9 @@ Pman.Dialog.XtupleJournalEntry = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
-                                header : 'Gltrans',
-                                width : 75,
                                 dataIndex : 'gltrans_id',
+                                header : 'Gltrans',
+                                width : 50,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
                             {