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

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

index 704e5f5..107dd52 100644 (file)
                                 },
                                 {
                                     "*prop": "colModel[]",
-                                    "dataIndex": "ID#",
+                                    "dataIndex": "gltrans_id",
                                     "header": "ID#",
                                     "width": 50,
                                     "xtype": "ColumnModel",
index d29a5f7..1c0ded0 100644 (file)
@@ -397,7 +397,7 @@ Pman.Dialog.XtupleJournalEntry = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
-                                dataIndex : 'ID#',
+                                dataIndex : 'gltrans_id',
                                 header : 'ID#',
                                 width : 50,
                                 renderer : function(v) { return String.format('{0}', v); }