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

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

index 505c8fb..bd441ad 100644 (file)
                                             "*prop": "colModel[]",
                                             "dataIndex": "araging_doctype",
                                             "header": "Doc Type",
-                                            "width": 40,
+                                            "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 642379f..d024719 100644 (file)
@@ -365,7 +365,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     xns: Roo.grid,
                                     dataIndex : 'araging_doctype',
                                     header : 'Doc Type',
-                                    width : 40,
+                                    width : 120,
                                     renderer : function(v) {
                                         switch(v) {
                                             case 'I':