Compare commits
No commits in common. "670a754eb2639e603cd8eb0e5eaa911f110e890a" and "6c2901daca0030e63aeeb591c740c4096c640e2d" have entirely different histories.
670a754eb2
...
6c2901daca
|
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue