Pman.Dialog.XtupleQuickContact.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 12 Nov 2014 03:04:07 +0000 (11:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Nov 2014 03:04:07 +0000 (11:04 +0800)
Pman.Dialog.XtupleQuickContact.js

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

index dd325fa..3b6383b 100644 (file)
                                     "$ xns" : "Roo.form",
                                     "name" : "cntct_last_name"
                                 },
+                                {
+                                    "fieldLabel" : "ID Card",
+                                    "xtype" : "TextField",
+                                    "width" : 300,
+                                    "$ xns" : "Roo.form",
+                                    "name" : "cntct_id_card"
+                                },
                                 {
                                     "xtype" : "Row",
                                     "labelWidth" : 120,
index d5b5385..3a0874b 100644 (file)
@@ -140,6 +140,14 @@ Pman.Dialog.XtupleQuickContact = {
                                     xns : Roo.form,
                                     name : 'cntct_last_name'
                                 },
+                               {
+                                    '|xns' : 'Roo.form',
+                                    fieldLabel : 'ID Card',
+                                    xtype : 'TextField',
+                                    width : 300,
+                                    xns : Roo.form,
+                                    name : 'cntct_id_card'
+                                },
                                {
                                     '|xns' : 'Roo.form',
                                     xtype : 'Row',