Replace CommonDetails.jsp

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