Subversion Repositories SmartDukaan

Rev

Rev 5625 | Rev 5840 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5625 Rev 5839
Line 111... Line 111...
111
												</td>
111
												</td>
112
												<td>
112
												<td>
113
										#if($action.showAwbforOrder($order.getStatus()))
113
										#if($action.showAwbforOrder($order.getStatus()))
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
												<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())');">
117
													$order.getAirwaybill_no()
118
													$order.getAirwaybill_no()
118
												</a>
119
												</a>
-
 
120
                                                #else
-
 
121
                                                    $order.getAirwaybill_no()
-
 
122
                                                #end
119
											#end
123
											#end
120
										#end
124
										#end
121
												</td>
125
												</td>
122
											</tr>
126
											</tr>
123
										#set($count = $count + 1)
127
										#set($count = $count + 1)