Replace CommonDetails.jsp

parent 6c8c8268
......@@ -38,6 +38,7 @@
<table border="1" class="itemtbl">
<tr>
<th>ITEM CODE</th>
<th>ITEM DESCRIPTION</th>
<th>RM COST</th>
<th>PM COST</th>
<th>OTHER COST</th>
......@@ -54,7 +55,7 @@
<% }
} else { %>
<tr>
<td colspan="7" style="color:red;">No cost details available.</td>
<td colspan="8" style="color:red;">No cost details available.</td>
</tr>
<% } %>
</table>
......@@ -65,6 +66,7 @@
<table border="1" class="itemtbl">
<tr>
<th>ITEM CODE</th>
<th>ITEM DESCRIPTION</th>
<th>RATE</th>
<th>EFFECTIVE FROM</th>
<th>VALID UPTO</th>
......@@ -80,7 +82,7 @@
<% }
} else { %>
<tr>
<td colspan="6" style="color:red;">No price list details available.</td>
<td colspan="7" style="color:red;">No price list details available.</td>
</tr>
<% } %>
</table>
......
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