| Line 216... |
Line 216... |
| 216 |
#elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
|
216 |
#elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
|
| 217 |
<td class="truncated-text-for-order-table">$action.convertDate($order.getPromised_delivery_time())</td>
|
217 |
<td class="truncated-text-for-order-table">$action.convertDate($order.getPromised_delivery_time())</td>
|
| 218 |
<td class="truncated-text-for-order-table">$order.getDelayReason().name()</td>
|
218 |
<td class="truncated-text-for-order-table">$order.getDelayReason().name()</td>
|
| 219 |
#elseif($ticket.getCategory().name().equals("STORE_PICKUP"))
|
219 |
#elseif($ticket.getCategory().name().equals("STORE_PICKUP"))
|
| 220 |
<td class="center-aligned truncated-text-for-order-table">$action.getPickupExpiryDate($orderId, $order.getDelivery_timestamp())</td>
|
220 |
<td class="center-aligned truncated-text-for-order-table">$action.getPickupExpiryDate($orderId, $order.getDelivery_timestamp())</td>
|
| - |
|
221 |
#if(!$ticket.getStatus().name().equals("CLOSED"))
|
| 221 |
<td class="center-aligned" id="pickupExtensionContainer">
|
222 |
<td class="center-aligned" id="pickupExtensionContainer">
|
| 222 |
<select id="pickupExtension" name="pickupExtension" class="pickupExtension" style="width:50px">
|
223 |
<select id="pickupExtension" name="pickupExtension" class="pickupExtension" style="width:50px">
|
| 223 |
<option value="0" selected="selected">0</option>
|
224 |
<option value="0" selected="selected">0</option>
|
| 224 |
<option value="1">1</option>
|
225 |
<option value="1">1</option>
|
| 225 |
<option value="2">2</option>
|
226 |
<option value="2">2</option>
|
| 226 |
<option value="3">3</option>
|
227 |
<option value="3">3</option>
|
| 227 |
<option value="4">4</option>
|
228 |
<option value="4">4</option>
|
| 228 |
<option value="5">5</option>
|
229 |
<option value="5">5</option>
|
| 229 |
</select>
|
230 |
</select>
|
| 230 |
</td>
|
231 |
</td>
|
| 231 |
<td class="center-aligned"><input type="button" value="Extend" ticketId="$ticketId" orderId="$orderId" class="extend-expiry CODButton"/> </td>
|
232 |
<td class="center-aligned"><input type="button" value="Extend" ticketId="$ticketId" orderId="$orderId" class="extend-expiry CODButton"/> </td>
|
| - |
|
233 |
#else
|
| - |
|
234 |
<td></td>
|
| - |
|
235 |
<td></td>
|
| - |
|
236 |
#end
|
| 232 |
|
237 |
|
| 233 |
#end
|
238 |
#end
|
| 234 |
</tr>
|
239 |
</tr>
|
| 235 |
#end
|
240 |
#end
|
| 236 |
</tbody>
|
241 |
</tbody>
|
| 237 |
</table>
|
242 |
</table>
|