...
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Back.Validations
|
||||
else
|
||||
{
|
||||
var customerid = model.Item2.ID.Value;
|
||||
if (!servCod.ExistCodByCustomerID(customerid, companyid).Result)
|
||||
if (!servCod.ExistCodByCompanyID(customerid, companyid).Result)
|
||||
context.AddFailure("کالا با این شناسه یافت نشد");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user