Subversion Repositories SmartDukaan

Rev

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

Rev 13819 Rev 13961
Line 166... Line 166...
166
				writer.writeNext(values);
166
				writer.writeNext(values);
167
				if(i==1){
167
				if(i==1){
168
					i++;
168
					i++;
169
					continue;
169
					continue;
170
				}
170
				}
-
 
171
				if(values[values.length-1].equalsIgnoreCase("FA")){
171
				skuInventoryPriceMap.put(Long.parseLong(values[0]),Double.parseDouble(values[2]));
172
					skuInventoryPriceMap.put(Long.parseLong(values[0]),Double.parseDouble(values[2]));
-
 
173
				}
172
				i++;
174
				i++;
173
			}
175
			}
174
			writer.close();
176
			writer.close();
175
 
177
 
176
			String paramVal = "{\"fromDate\":\""+startDate+"\",\"toDate\":\""+endDate+"\",\"warehouseId\":\"del\",\"type\":\"InvoiceReport\",\"_csrf\":\""+csrfVal+"\"}";
178
			String paramVal = "{\"fromDate\":\""+startDate+"\",\"toDate\":\""+endDate+"\",\"warehouseId\":\"del\",\"type\":\"InvoiceReport\",\"_csrf\":\""+csrfVal+"\"}";