Subversion Repositories SmartDukaan

Rev

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

Rev 4801 Rev 5554
Line 124... Line 124...
124
	    int serialNo = 0;
124
	    int serialNo = 0;
125
	    for(int i = 0; i<orders.size(); i++){
125
	    for(int i = 0; i<orders.size(); i++){
126
	    	Order order = orders.get(i);
126
	    	Order order = orders.get(i);
127
			if(order.getLogistics_provider_id()!=providerId)
127
			if(order.getLogistics_provider_id()!=providerId)
128
				continue;
128
				continue;
129
			if(order.isCod() != isCod)
129
			if(order.isLogisticsCod() != isCod)
130
			    continue;
130
			    continue;
131
			serialNo++;
131
			serialNo++;
132
	    	Row contentRow = sheet.createRow((short)serialNo);
132
	    	Row contentRow = sheet.createRow((short)serialNo);
133
		    contentRow.createCell(0).setCellValue(serialNo);
133
		    contentRow.createCell(0).setCellValue(serialNo);
134
		    contentRow.createCell(1).setCellValue(order.getAirwaybill_no());
134
		    contentRow.createCell(1).setCellValue(order.getAirwaybill_no());