This commit is contained in:
mmrbnjd
2025-01-19 17:53:59 +03:30
parent d14c474c6b
commit 25c72b2eb5
2 changed files with 41 additions and 17 deletions

View File

@@ -643,7 +643,7 @@ namespace Back.Controllers
var Inventory =await _warehouseService.Inventory(CompanyID.Value, item.CODID);
if (Inventory - item.TotalAm <= 0 )
{
errors.Add($"مقدار کالا {item.CODID} کمتر از درخواست شماست");
errors.Add($"موجودی کالا {item.CODID} کمتر از درخواست شماست");
}
}
if (errors.Count==0)