Replace ApprovedRate.jsp

parent f46a04e5
...@@ -47,9 +47,11 @@ ...@@ -47,9 +47,11 @@
<table border="1" class="itemtbl"> <table border="1" class="itemtbl">
<tr> <tr>
<th>Customer Code</th> <th>Customer Code</th>
<th>Customer Name</th>
<th>Quotation No</th> <th>Quotation No</th>
<th>Quotation Date</th> <th>Quotation Date</th>
<th>Item Code</th> <th>Item Code</th>
<th>Item Description</th>
<th>Approved Rate</th> <th>Approved Rate</th>
<th>Quantity</th> <th>Quantity</th>
</tr> </tr>
...@@ -68,7 +70,7 @@ ...@@ -68,7 +70,7 @@
} else { } else {
%> %>
<tr> <tr>
<td colspan="6" style="color:red; text-align: center;"> <td colspan="8" style="color:red; text-align: center;">
No approved quotations found for the selected item code. No approved quotations found for the selected item code.
</td> </td>
</tr> </tr>
......
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