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

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

index c2d4373..9f49521 100644 (file)
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
                                 },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans sequence",
-                                    "width": 75,
-                                    "dataIndex": "gltrans_sequence",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
                                 {
                                     "xtype": "ColumnModel",
                                     "header": "Gltrans accnt",
index 4745722..9fde144 100644 (file)
@@ -402,14 +402,6 @@ Pman.Dialog.XtupleJournalEntry = {
                                 width : 50,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Gltrans sequence',
-                                width : 75,
-                                dataIndex : 'gltrans_sequence',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,