Commit 10356164 authored by steurwadkar's avatar steurwadkar

Changes for Customer details jsp


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105144 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d7647181
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<tr> <tr>
<td class="highlight rght tdClass" colspan="2"> <td class="highlight rght tdClass" colspan="2">
<div class = "tdDivLft1"> Total order till date </div> <div class = "tdDivLft1"> Total order till date </div>
<div class="highlight tdDivRgt1"> <%= custList.get(2) %> &nbsp; <%= custList.get(1) %> </div> <div class="highlight tdDivRgt1"> <%= custList.get(2) %> <%-- &nbsp; <%= custList.get(1) %> --%> </div>
</td> </td>
</tr> </tr>
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<tr> <tr>
<td class="highlight rght tdClass" colspan="2"> <td class="highlight rght tdClass" colspan="2">
<div class = "tdDivLft1"> Number Of Open Orders </div> <div class = "tdDivLft1"> Number Of Open Orders </div>
<div class="highlight tdDivRgt1"> <%= custList.get(5) %> &nbsp; <%= custList.get(1) %> </div> <div class="highlight tdDivRgt1"> <%= custList.get(5) %> <%-- &nbsp; <%= custList.get(1) %> --%> </div>
</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