This commit is contained in:
@@ -354,7 +354,7 @@ namespace AyaNova.Biz
|
||||
|
||||
//PartNumber required
|
||||
if (string.IsNullOrWhiteSpace(proposedObj.PartNumber))
|
||||
AddError(ApiErrorCode.VALIDATION_REQUIRED, "Name");
|
||||
AddError(ApiErrorCode.VALIDATION_REQUIRED, "PartNumber");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user