This commit is contained in:
2021-01-07 19:24:54 +00:00
parent 7f23855bf8
commit cd71e6306e

View File

@@ -243,10 +243,6 @@ namespace AyaNova.Biz
AddError(ApiErrorCode.VALIDATION_REQUIRED, "name");
//test error on name
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "name", "test errror");
//if unit, it must both exist and belong to this CustomerId
if (proposedObj.UnitId != null)
{