Pman.Dialog.MTrackTime.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Nov 2012 08:21:23 +0000 (16:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Nov 2012 08:21:23 +0000 (16:21 +0800)
Pman.Dialog.MTrackTime.js

Pman.Dialog.MTrackTime.bjs
Pman.Dialog.MTrackTime.js

index 3349257..d34c2d5 100644 (file)
                                                 },
                                                 {
                                                     "*prop": "colModel[]",
-                                                    "dataIndex": "hour",
+                                                    "dataIndex": "action_dt",
                                                     "header": "Time",
                                                     "width": 100,
                                                     "xtype": "ColumnModel",
index a5d3648..cddeafe 100644 (file)
@@ -381,7 +381,7 @@ Pman.Dialog.MTrackTime = {
                                         {
                                             xtype: 'ColumnModel',
                                             xns: Roo.grid,
-                                            dataIndex : 'hour',
+                                            dataIndex : 'action_dt',
                                             header : 'Time',
                                             width : 100,
                                             renderer : function(v) { return String.format('{0}', v); }