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

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

index a26779a..5137aa7 100644 (file)
                                             "*prop": "colModel[]",
                                             "dataIndex": "araging_docnumber",
                                             "header": "Docnumber",
-                                            "width": 100,
+                                            "width": 120,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) {\n    switch(v) {\n        case 'I':\n            return \"Invoice\";\n        case 'C':\n            return \"Credit Memo\";        \n        case 'D':\n            return \"Debit Memo\";                    \n        case 'R':\n            return \"Cash Receipt\";        \n        default:\n             return String.format('{0}', v); \n     }\n }",
                                             "|xns": "Roo.grid"
index 5704868..a5eb4dc 100644 (file)
@@ -369,7 +369,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     xns: Roo.grid,
                                     dataIndex : 'araging_docnumber',
                                     header : 'Docnumber',
-                                    width : 100,
+                                    width : 120,
                                     renderer : function(v) {
                                         switch(v) {
                                             case 'I':