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

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

index dacc790..e4b4172 100644 (file)
                                     "|xns": "Roo.grid",
                                     "*prop": "colModel[]"
                                 },
-                                {
-                                    "xtype": "ColumnModel",
-                                    "header": "Gltrans doctype",
-                                    "width": 200,
-                                    "dataIndex": "gltrans_doctype",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid",
-                                    "*prop": "colModel[]"
-                                },
                                 {
                                     "xtype": "ColumnModel",
                                     "header": "Gltrans rec",
index ceee587..d4af33f 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 doctype',
-                                width : 200,
-                                dataIndex : 'gltrans_doctype',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,