Compare commits
2 Commits
6c2901daca
...
670a754eb2
Author | SHA1 | Date |
---|---|---|
|
670a754eb2 | |
|
3f46103dc3 |
|
@ -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 {
|
||||||
IsPACSConnect= trialinfo.IsPACSConnect,
|
IsPACSConnectAndIsTrialPACSConfirmed = trialinfo.IsPACSConnect&&trialinfo.IsTrialPACSConfirmed,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue