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

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

index 061b49a..b88b71f 100644 (file)
@@ -81,6 +81,9 @@
                                             "*prop": "toolbar",
                                             "items": [
                                                 {
+                                                    "listeners": {
+                                                        "render": "function (_self)\n{\n    _this.custSel = _self;\n}"
+                                                    },
                                                     "allowBlank": false,
                                                     "displayField": "cust_name",
                                                     "editable": true,
index c9fbda7..00b9a6c 100644 (file)
@@ -235,6 +235,12 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     {
                                         xtype: 'ComboBox',
                                         xns: Roo.form,
+                                        listeners : {
+                                            render : function (_self)
+                                            {
+                                                _this.custSel = _self;
+                                            }
+                                        },
                                         allowBlank : false,
                                         displayField : 'cust_name',
                                         editable : true,