From cd71e6306eb616afae9378a0d44e0a4433aa27c2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Jan 2021 19:24:54 +0000 Subject: [PATCH] --- server/AyaNova/biz/CustomerServiceRequestBiz.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/AyaNova/biz/CustomerServiceRequestBiz.cs b/server/AyaNova/biz/CustomerServiceRequestBiz.cs index 841ea02e..ada92bdf 100644 --- a/server/AyaNova/biz/CustomerServiceRequestBiz.cs +++ b/server/AyaNova/biz/CustomerServiceRequestBiz.cs @@ -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) {