Commit d9124add by Nilu

S29373582 # Client - Incoming Issues (raised by Client) #Hide Summary report if Express

parent bafa58d8
......@@ -123,6 +123,10 @@
.toMap() %>">
EDIT JOB
</oneit:button>
<%
if(!applicantPage || !job.isExpressJob())
{
%>
<oneit:button value=" " cssClass="job-edit-menu-item" name="downloadApplicantReport" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("ShowList", showList)
.mapEntry("ApplicantPage", applicantPage)
......@@ -133,6 +137,8 @@
EXPORT APPLICANT REPORT
</oneit:button>
<%
}
if(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