Subversion Repositories SmartDukaan

Rev

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

Rev 13446 Rev 13447
Line 188... Line 188...
188
					}else{
188
					}else{
189
						airwayBillNoMap.put(order.getLogisticsTransactionId(), order.getAirwaybill_no());
189
						airwayBillNoMap.put(order.getLogisticsTransactionId(), order.getAirwaybill_no());
190
					}
190
					}
191
				}else{
191
				}else{
192
					airwayBillNoMap.put(order.getId()+"", order.getAirwaybill_no());
192
					airwayBillNoMap.put(order.getId()+"", order.getAirwaybill_no());
-
 
193
					totalWeightMap.put(order.getId()+"", order.getTotal_weight());
193
				}
194
				}
194
			}
195
			}
195
			
196
			
196
			int serialNo = 0;
197
			int serialNo = 0;
197
			
198