Pman.Tab.XtupleCurrency.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:54:07 +0000 (18:54 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:54:07 +0000 (18:54 +0800)
Pman.Tab.XtupleCurrency.js

Pman.Tab.XtupleCurrency.bjs
Pman.Tab.XtupleCurrency.js

index 6e86a5a..44a6976 100644 (file)
                                             "*prop": "dataSource",
                                             "remoteSort": true,
                                             "xtype": "Store",
-                                            "|sortInfo": "{ field : '', direction: 'ASC' }",
+                                            "|sortInfo": "{ field : 'curr_effective', direction: 'DESC' }",
                                             "|xns": "Roo.data",
                                             "items": [
                                                 {
index 14a2194..a98f32b 100644 (file)
@@ -242,7 +242,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     }
                                 },
                                 remoteSort : true,
-                                sortInfo : { field : '', direction: 'ASC' },
+                                sortInfo : { field : 'curr_effective', direction: 'DESC' },
                                 proxy : {
                                     xtype: 'HttpProxy',
                                     xns: Roo.data,