Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Dialog.XtupleCurrency.bjs
index 662c0be..a2fa943 100644 (file)
@@ -8,7 +8,7 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 400,
+            "height": 200,
             "modal": true,
             "resizable": false,
             "title": "Edit / Create Currency",
@@ -38,6 +38,7 @@
                             "|xns": "Roo.form",
                             "items": [
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Name",
                                     "name": "curr_name",
                                     "width": 200,
@@ -45,6 +46,7 @@
                                     "|xns": "Roo.form"
                                 },
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Symbol",
                                     "name": "curr_symbol",
                                     "width": 200,
@@ -52,6 +54,7 @@
                                     "|xns": "Roo.form"
                                 },
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Abbr.",
                                     "name": "curr_abbr",
                                     "width": 200,
@@ -61,9 +64,8 @@
                                 {
                                     "boxLabel": "Yes / No",
                                     "fieldLabel": "Base",
-                                    "inputValue": 1,
-                                    "name": "visible",
-                                    "value": 0,
+                                    "inputValue": "true",
+                                    "name": "curr_base",
                                     "valueOff": 0,
                                     "xtype": "Checkbox",
                                     "|xns": "Roo.form"