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

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

index e4b4172..420c110 100644 (file)
                                     "|xns": "Roo.grid",
                                     "*prop": "colModel[]"
                                 },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans rec",
-                                    "width": 75,
-                                    "dataIndex": "gltrans_rec",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
                                 {
                                     "xtype": "ColumnModel",
                                     "header": "Gltrans username",
index d4af33f..685c33e 100644 (file)
@@ -421,14 +421,6 @@ Pman.Dialog.XtupleJournalEntry = {
                                 dataIndex : 'gltrans_amount',
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Gltrans rec',
-                                width : 75,
-                                dataIndex : 'gltrans_rec',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,