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

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

index 1c309ae..713aae9 100644 (file)
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "gltrans_accnt_id",
-                                    "header": "Gltrans sequence",
+                                    "header": "Account",
                                     "width": 75,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v,x,r) {\n\n     return String.format('{0}', r.data.gltrans_accnt_id_accnt_descript); \n }",
index 1e1f277..56f77d9 100644 (file)
@@ -406,7 +406,7 @@ Pman.Dialog.XtupleJournalEntry = {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
                                 dataIndex : 'gltrans_accnt_id',
-                                header : 'Gltrans sequence',
+                                header : 'Account',
                                 width : 75,
                                 renderer : function(v,x,r) {