Pman.Dialog.CoreCompanies.bjs
authoredward <edward@roojs.com>
Fri, 4 Nov 2016 05:46:42 +0000 (13:46 +0800)
committeredward <edward@roojs.com>
Fri, 4 Nov 2016 05:46:42 +0000 (13:46 +0800)
Pman.Dialog.CoreCompanies.js

Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index b5e5116..2781080 100644 (file)
           {
            "fieldLabel" : "Company Name",
            "xtype" : "TextField",
-           "allowBlank" : true,
+           "allowBlank" : false,
            "width" : 300,
            "$ xns" : "Roo.form",
            "name" : "name",
index b904ef6..b131aa9 100644 (file)
@@ -256,7 +256,7 @@ Pman.Dialog.CoreCompanies = {
            },
            {
             xtype : 'TextField',
-            allowBlank : true,
+            allowBlank : false,
             fieldLabel : _this._strings['e7b47c58815acf1d3afa59a84b5db7fb'] /* Company Name */,
             name : 'name',
             qtip : _this._strings['4ef6052d74436756f08e95fd63949653'] /* Enter Company Name */,