This commit is contained in:
@@ -459,7 +459,7 @@ namespace AyaNova.Biz
|
|||||||
.SingleOrDefaultAsync(z => z.Id == woId);
|
.SingleOrDefaultAsync(z => z.Id == woId);
|
||||||
|
|
||||||
|
|
||||||
//update closeby / response time
|
//If Contract has response time then set CompleteByDate
|
||||||
if (mContractInEffect.ResponseTime != TimeSpan.Zero)
|
if (mContractInEffect.ResponseTime != TimeSpan.Zero)
|
||||||
{
|
{
|
||||||
wo.CompleteByDate = DateTime.UtcNow.Add(mContractInEffect.ResponseTime);
|
wo.CompleteByDate = DateTime.UtcNow.Add(mContractInEffect.ResponseTime);
|
||||||
|
|||||||
Reference in New Issue
Block a user