This commit is contained in:
2021-04-16 19:15:12 +00:00
parent 567d8e83bc
commit 8acb442f78

View File

@@ -1131,6 +1131,9 @@ namespace AyaNova.Biz
// //TEST TEST TEST
if(proposedObj.Notes.Contains("blah")){
;
}
if (proposedObj.Notes != null && proposedObj.Notes.Contains("aytesterror"))
{
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, $"Notes", "SAVE TEST ERROR");