diff --git a/server/AyaNova/biz/UnitBiz.cs b/server/AyaNova/biz/UnitBiz.cs index c911d953..023e9dba 100644 --- a/server/AyaNova/biz/UnitBiz.cs +++ b/server/AyaNova/biz/UnitBiz.cs @@ -225,7 +225,6 @@ namespace AyaNova.Biz if (FormCustomization != null) { //Yeppers, do the validation, there are two, the custom fields and the regular fields that might be set to required - //validate users choices for required non custom fields RequiredFieldsValidator.Validate(this, FormCustomization, proposedObj);