This commit is contained in:
2021-02-11 20:17:18 +00:00
parent 0bae95b00d
commit 0843e24bc5
2 changed files with 6 additions and 5 deletions

View File

@@ -354,7 +354,7 @@ namespace AyaNova.Biz
//PartNumber required
if (string.IsNullOrWhiteSpace(proposedObj.PartNumber))
AddError(ApiErrorCode.VALIDATION_REQUIRED, "Name");
AddError(ApiErrorCode.VALIDATION_REQUIRED, "PartNumber");