Commit 3dd4e079 by Nilu

S13006983 # Client - Incoming Issues (raised by Client) #Wrong data in occupation

parent 254bafa5
......@@ -182,7 +182,7 @@
</div>
<div class="col-md-8">
<span class="skill-label">
<oneit:toString value="<%= job.getIndustry() != null ? job.getIndustry().getDescription() : "" %>" mode="EscapeHTML" />
<oneit:toString value="<%= job.getOccupation()%>" mode="EscapeHTML" nullValue="" />
</span>
</div>
</div>
......
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