Subversion Repositories SmartDukaan

Rev

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

Rev 8996 Rev 8998
Line 229... Line 229...
229
				
229
				
230
				PdfPTable dispatchAdviceTable = null;
230
				PdfPTable dispatchAdviceTable = null;
231
				
231
				
232
				if (new Long(order.getSource()).intValue() == OrderSource.SNAPDEAL.getValue()) {
232
				if (new Long(order.getSource()).intValue() == OrderSource.SNAPDEAL.getValue()) {
233
					dispatchAdviceTable = new PdfPTable(1);
233
					dispatchAdviceTable = new PdfPTable(1);
234
				}  else if(new Long(order.getSource()).intValue() == OrderSource.SNAPDEAL.getValue()) {
234
				}  else if(new Long(order.getSource()).intValue() == OrderSource.FLIPKART.getValue()) {
235
					dispatchAdviceTable = new PdfPTable(1);
235
					dispatchAdviceTable = new PdfPTable(1);
236
				}  else if ((new Long(order.getSource()).intValue() == OrderSource.EBAY.getValue()) && (order.getLogistics_provider_id()>7)) {
236
				}  else if ((new Long(order.getSource()).intValue() == OrderSource.EBAY.getValue()) && (order.getLogistics_provider_id()>7)) {
237
					if(order.getWarehouse_id() == 7 || order.getWarehouse_id() == 5 || order.getWarehouse_id() == 9) {
237
					if(order.getWarehouse_id() == 7 || order.getWarehouse_id() == 5 || order.getWarehouse_id() == 9) {
238
						dispatchAdviceTable = new PdfPTable(1);
238
						dispatchAdviceTable = new PdfPTable(1);
239
					} else { 
239
					} else {