| Line 108... |
Line 108... |
| 108 |
#if($order.getStatus().getDescription())
|
108 |
#if($order.getStatus().getDescription())
|
| 109 |
$order.getStatus().getDescription()
|
109 |
$order.getStatus().getDescription()
|
| 110 |
#end
|
110 |
#end
|
| 111 |
</td>
|
111 |
</td>
|
| 112 |
<td>
|
112 |
<td>
|
| 113 |
#if($action.showAwbforOrder($order.getStatus()))
|
113 |
#if($action.showAwbforOrder($order.getStatus()) && $order.getLogistics_provider_id() != 5)
|
| 114 |
#if($order.getAirwaybill_no() && $providerNames.get($order.getLogistics_provider_id()))
|
114 |
#if($order.getAirwaybill_no() && $providerNames.get($order.getLogistics_provider_id()))
|
| 115 |
$providerNames.get($order.getLogistics_provider_id())
|
115 |
$providerNames.get($order.getLogistics_provider_id())
|
| 116 |
#if($order.getLogistics_provider_id() != 5)
|
116 |
#if($order.getLogistics_provider_id() != 5)
|
| 117 |
<a href="javascript:showShipmentDetails('$order.getAirwaybill_no()', '$providerNames.get($order.getLogistics_provider_id())');">
|
117 |
<a href="javascript:showShipmentDetails('$order.getAirwaybill_no()', '$providerNames.get($order.getLogistics_provider_id())');">
|
| 118 |
$order.getAirwaybill_no()
|
118 |
$order.getAirwaybill_no()
|