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

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

index dd1e42b..4f8f2fd 100644 (file)
                                         }
                                     ]
                                 },
+                                {
+                                    "allowBlank": true,
+                                    "fieldLabel": "Line 1",
+                                    "name": "cntct_addr_id_addr_line1",
+                                    "width": 300,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "name": "customer_id",
                                     "width": 100,
index 3d72fb6..3d6a71e 100644 (file)
@@ -270,6 +270,14 @@ Pman.Dialog.XtupleQuickContact = {
                                         }
                                     ]
                                 },
+                                {
+                                    xtype: 'TextField',
+                                    xns: Roo.form,
+                                    allowBlank : true,
+                                    fieldLabel : 'Line 1',
+                                    name : 'cntct_addr_id_addr_line1',
+                                    width : 300
+                                },
                                 {
                                     xtype: 'Hidden',
                                     xns: Roo.form,