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

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

index 5e62a98..82ba77e 100644 (file)
                                                 }
                                             ]
                                         },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Curr base",
-                                            "width": 75,
-                                            "dataIndex": "curr_base",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
-                                        },
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_name",
index 26b6f27..56e1c64 100644 (file)
@@ -136,14 +136,6 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                 ]
                             },
                             colModel : [
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Curr base',
-                                    width : 75,
-                                    dataIndex : 'curr_base',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,