Pman.Dialog.XtupleCustomer.bjs
authorEdward <edward@roojs.com>
Tue, 3 Dec 2013 06:15:39 +0000 (14:15 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Dec 2013 06:15:39 +0000 (14:15 +0800)
Pman.Dialog.XtupleCustomer.js

Pman.Dialog.XtupleCustomer.bjs
Pman.Dialog.XtupleCustomer.js

index 998834d..0e62174 100644 (file)
                                                             "items": [
                                                                 {
                                                                     "fieldLabel": "Active",
-                                                                    "|inputValue": "true",
                                                                     "name": "cust_active",
                                                                     "valueOff": 0,
                                                                     "width": 100,
                                                                     "xtype": "Checkbox",
+                                                                    "|inputValue": "true",
                                                                     "|xns": "Roo.form"
                                                                 },
                                                                 {
index 5d7ddcc..f7cc005 100644 (file)
@@ -214,10 +214,10 @@ Pman.Dialog.XtupleCustomer = {
                                                                 xtype: 'Checkbox',
                                                                 xns: Roo.form,
                                                                 fieldLabel : 'Active',
-                                                                inputValue : true,
                                                                 name : 'cust_active',
                                                                 valueOff : 0,
-                                                                width : 100
+                                                                width : 100,
+                                                                inputValue : true
                                                             },
                                                             {
                                                                 xtype: 'Row',