This commit is contained in:
2021-05-15 14:19:11 +00:00
parent 449b821bcf
commit e7a8189f9f

View File

@@ -459,7 +459,7 @@ namespace AyaNova.Biz
.SingleOrDefaultAsync(z => z.Id == woId);
//update closeby / response time
//If Contract has response time then set CompleteByDate
if (mContractInEffect.ResponseTime != TimeSpan.Zero)
{
wo.CompleteByDate = DateTime.UtcNow.Add(mContractInEffect.ResponseTime);