Commit e57241bf by Nilu

S12832853 # Client - Incoming Issues (raised by Client) #Location too generic

parent 297397c2
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<label><oneit:label GUIName="Location" /></label> <label><oneit:label GUIName="Location" /></label>
</div> </div>
<div class="col-sm-9 col-xs-12 review-data"> <div class="col-sm-9 col-xs-12 review-data">
<oneit:toString value="<%= job.getLocation() %>" mode="EscapeHTML"/> <oneit:toString value="<%= job.getGoogleAddressText() %>" mode="EscapeHTML"/>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,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.getLocation() %>" mode="EscapeHTML" /> <oneit:toString value="<%= job.getGoogleAddressText() %>" mode="EscapeHTML" />
</span> </span>
</div> </div>
</div> </div>
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<tbody> <tbody>
<tr> <tr>
<td class="pos-tabel-td">Location:</td> <td class="pos-tabel-td">Location:</td>
<td class="pos-tabel-second"><oneit:toString value="<%= job.getLocation() %>" mode="EscapeHTML" nullValue="-"/></td> <td class="pos-tabel-second"><oneit:toString value="<%= job.getGoogleAddressText() %>" mode="EscapeHTML" nullValue="-"/></td>
</tr> </tr>
<tr> <tr>
<td class="pos-tabel-td">Type:</td> <td class="pos-tabel-td">Type:</td>
......
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