| Line 260... |
Line 260... |
| 260 |
<table id="order-table" class="display">
|
260 |
<table id="order-table" class="display">
|
| 261 |
<thead>
|
261 |
<thead>
|
| 262 |
<tr>
|
262 |
<tr>
|
| 263 |
<th>Order Id</th>
|
263 |
<th>Order Id</th>
|
| 264 |
<th>Product</th>
|
264 |
<th>Product</th>
|
| - |
|
265 |
<th>Quantity</th>
|
| 265 |
<th>Amount</th>
|
266 |
<th>Amount</th>
|
| 266 |
<th>Expected delivery</th>
|
267 |
<th>Expected delivery</th>
|
| 267 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
268 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
| 268 |
#else
|
269 |
#else
|
| 269 |
<th>Created</th>
|
270 |
<th>Created</th>
|
| Line 304... |
Line 305... |
| 304 |
$orderId
|
305 |
$orderId
|
| 305 |
</a>
|
306 |
</a>
|
| 306 |
</td>
|
307 |
</td>
|
| 307 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
308 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
| 308 |
<td class="truncated-text" truncatedTextWidth="400">$action.getProductName($order.getLineitems().get(0))</td>
|
309 |
<td class="truncated-text" truncatedTextWidth="400">$action.getProductName($order.getLineitems().get(0))</td>
|
| - |
|
310 |
<td class="truncated-text" truncatedTextWidth="400">$order.getLineitems().get(0).getQuantity()</td>
|
| 309 |
<td>$order.getTotal_amount()</td>
|
311 |
<td>$order.getTotal_amount()</td>
|
| 310 |
<td class="truncated-text" truncatedTextWidth="250">$action.convertDate($order.getExpected_delivery_time())</td>
|
312 |
<td class="truncated-text" truncatedTextWidth="250">$action.convertDate($order.getExpected_delivery_time())</td>
|
| 311 |
<td class="center-aligned"><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
|
313 |
<td class="center-aligned"><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
|
| 312 |
<td class="center-aligned"><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
314 |
<td class="center-aligned"><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
| 313 |
#else
|
315 |
#else
|