Commit 84051538 by nilu

S35078105 # Client - Incoming Issues (raised by Client) #Summary report can now…

S35078105 # Client - Incoming Issues (raised by Client) #Summary report can now be reinstated to Express
parent b0c2136d
......@@ -124,7 +124,7 @@
EDIT JOB
</oneit:button>
<%
if(!applicantPage || !job.isExpressJob())
if(applicantPage)
{
%>
<oneit:button value=" " cssClass="job-edit-menu-item" name="downloadApplicantReport" skin="link"
......@@ -136,12 +136,7 @@
.toMap() %>">
EXPORT APPLICANT REPORT
</oneit:button>
<%
}
if(applicantPage)
{
%>
<oneit:button value=" " cssClass="job-edit-menu-item" name="downloadApplicantReport" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("AppView", appView)
.mapEntry("ApplicantPage", applicantPage)
......
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