Pman.Dialog.XtupleQuickContact.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Aug 2014 03:42:35 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Aug 2014 03:42:35 +0000 (11:42 +0800)
Pman.Dialog.XtupleQuickContact.js

Pman.Dialog.XtupleQuickContact.bjs
Pman.Dialog.XtupleQuickContact.js

index 720b6f0..0817ae3 100644 (file)
                                     ]
                                 },
                                 {
+                                    "legend": "Store Details (Delivery only)",
                                     "xtype": "FieldSet",
                                     "|xns": "Roo.form",
-                                    "legend": "",
-                                    "listeners": {}
-                                },
-                                {
-                                    "allowBlank": true,
-                                    "fieldLabel": "Store (Delivery)",
-                                    "name": "vend_name",
-                                    "readOnly": true,
-                                    "width": 300,
-                                    "xtype": "TextField",
-                                    "|xns": "Roo.form"
-                                },
-                                {
-                                    "allowBlank": true,
-                                    "fieldLabel": "Store Code",
-                                    "name": "vend_name",
-                                    "readOnly": true,
-                                    "width": 300,
-                                    "xtype": "TextField",
-                                    "|xns": "Roo.form"
+                                    "items": [
+                                        {
+                                            "allowBlank": true,
+                                            "fieldLabel": "Name",
+                                            "name": "vend_name",
+                                            "readOnly": true,
+                                            "width": 300,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "allowBlank": true,
+                                            "fieldLabel": "Code",
+                                            "name": "vend_name",
+                                            "readOnly": true,
+                                            "width": 300,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
                                 },
                                 {
                                     "name": "customer_id",
index 565c80a..a284994 100644 (file)
@@ -273,25 +273,27 @@ Pman.Dialog.XtupleQuickContact = {
                                 {
                                     xtype: 'FieldSet',
                                     xns: Roo.form,
-                                    legend : ""
-                                },
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    allowBlank : true,
-                                    fieldLabel : 'Store (Delivery)',
-                                    name : 'vend_name',
-                                    readOnly : true,
-                                    width : 300
-                                },
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    allowBlank : true,
-                                    fieldLabel : 'Store Code',
-                                    name : 'vend_name',
-                                    readOnly : true,
-                                    width : 300
+                                    legend : "Store Details (Delivery only)",
+                                    items : [
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Name',
+                                            name : 'vend_name',
+                                            readOnly : true,
+                                            width : 300
+                                        },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Code',
+                                            name : 'vend_name',
+                                            readOnly : true,
+                                            width : 300
+                                        }
+                                    ]
                                 },
                                 {
                                     xtype: 'Hidden',