| Line 250... |
Line 250... |
| 250 |
</td>
|
250 |
</td>
|
| 251 |
<td>$action.getAddress($mapEntry.value)</td>
|
251 |
<td>$action.getAddress($mapEntry.value)</td>
|
| 252 |
<td>$mapEntry.value.getCustomer_mobilenumber()</td>
|
252 |
<td>$mapEntry.value.getCustomer_mobilenumber()</td>
|
| 253 |
<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
|
253 |
<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
|
| 254 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
254 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
| 255 |
<td class="center-aligned"><input type="button" value="Verify Transaction" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-txn-status CODButton"/> </td>
|
255 |
<td class="center-aligned"><input type="button" value="Verify Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-txn-status CODButton"/> </td>
|
| 256 |
<td class="center-aligned"><input type="button" value="Cancel Transaction" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
256 |
<td class="center-aligned"><input type="button" value="Cancel Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
| 257 |
#end
|
257 |
#end
|
| 258 |
</tr>
|
258 |
</tr>
|
| 259 |
#end
|
259 |
#end
|
| 260 |
</tbody>
|
260 |
</tbody>
|
| 261 |
</table>
|
261 |
</table>
|