Compare commits

..

No commits in common. "670a754eb2639e603cd8eb0e5eaa911f110e890a" and "6c2901daca0030e63aeeb591c740c4096c640e2d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ namespace IRaCIS.Core.Application.Services
var result = await siteStatQuery.ToPagedListAsync(inQuery); var result = await siteStatQuery.ToPagedListAsync(inQuery);
return (result,new { return (result,new {
IsPACSConnectAndIsTrialPACSConfirmed = trialinfo.IsPACSConnect&&trialinfo.IsTrialPACSConfirmed, IsPACSConnect= trialinfo.IsPACSConnect,
}); });
} }