dss пре 2 година
родитељ
комит
1d5933580e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/CallCenter/Users/UserDomainService.cs

+ 1 - 1
src/CallCenter/Users/UserDomainService.cs

@@ -83,7 +83,7 @@ namespace CallCenter.Users
             var tel = _telCacheManager.GetTel(work.TelNo);
             work.OffDuty();
             await _workRepository.UpdateAsync(work, cancellationToken);
-            //await _deviceManager.UpdateStaffNoAsync(work.TelNo, string.Empty, tel.LineId, cancellationToken);
+            await _deviceManager.UpdateStaffNoAsync(work.TelNo, string.Empty, tel.LineId, cancellationToken);
             _cacheWork.Remove(work.GetKey(KeyMode.UserId));
             _cacheWork.Remove(work.GetKey(KeyMode.TelNo));