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

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

index d1d9a11..03d14e3 100644 (file)
                                                 }
                                             ]
                                         },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Curr",
-                                            "width": 75,
-                                            "dataIndex": "curr_id",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
-                                        },
                                         {
                                             "xtype": "ColumnModel",
                                             "header": "Curr rate",
index 0ec1ab0..b8c9b8b 100644 (file)
@@ -307,14 +307,6 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                 ]
                             },
                             colModel : [
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Curr',
-                                    width : 75,
-                                    dataIndex : 'curr_id',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,