Pman.Tab.XtupleArAging.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:31:23 +0000 (11:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:31:23 +0000 (11:31 +0800)
Pman.Tab.XtupleArAging.js

Pman.Tab.XtupleArAging.bjs
Pman.Tab.XtupleArAging.js

index 9ac4b6d..7984205 100644 (file)
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid"
-                                        },
-                                        {
-                                            "*prop": "colModel[]",
-                                            "align": "right",
-                                            "dataIndex": "araging_total_val",
-                                            "header": "Total",
-                                            "width": 200,
-                                            "xtype": "ColumnModel",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid"
                                         }
                                     ]
                                 }
index cc5fc8b..437579b 100644 (file)
@@ -431,15 +431,6 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     header : 'Total',
                                     width : 150,
                                     renderer : function(v) { return String.format('{0}', v); }
-                                },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    align : 'right',
-                                    dataIndex : 'araging_total_val',
-                                    header : 'Total',
-                                    width : 200,
-                                    renderer : function(v) { return String.format('{0}', v); }
                                 }
                             ]
                         }