Commit 3dd4e079 by Nilu

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

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