Commit 7f14c9c8 by Nilu

S12965258 # Client - Incoming Issues (raised by Client) #Incorrect value

parent fbb0ee82
......@@ -136,7 +136,7 @@
<div class="dash-count c-gray">
<%
Job[] filledJobs = Job.SearchByAll().andJobStatus(new EqualsFilter<>(JobStatus.FILLED))
.andCreatedBy(new EqualsFilter<>(secUser.getExtension(CompanyUser.REFERENCE_CompanyUser)))
.andHiringTeam(new EqualsFilter<>(hiringTeam))
.search(transaction);
int filledCount = filledJobs != null ? filledJobs.length : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment