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

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

index 25c1ecc..754192d 100644 (file)
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 },
+                                {
+                                    "allowBlank": true,
+                                    "fieldLabel": "Store Code",
+                                    "name": "vend_name",
+                                    "readOnly": true,
+                                    "width": 300,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "name": "customer_id",
                                     "width": 100,
index 613955d..af29d17 100644 (file)
@@ -279,6 +279,15 @@ Pman.Dialog.XtupleQuickContact = {
                                     readOnly : true,
                                     width : 300
                                 },
+                                {
+                                    xtype: 'TextField',
+                                    xns: Roo.form,
+                                    allowBlank : true,
+                                    fieldLabel : 'Store Code',
+                                    name : 'vend_name',
+                                    readOnly : true,
+                                    width : 300
+                                },
                                 {
                                     xtype: 'Hidden',
                                     xns: Roo.form,