Subversion Repositories SmartDukaan

Rev

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

Rev 28871 Rev 28872
Line 1235... Line 1235...
1235
						int counter = 0;
1235
						int counter = 0;
1236
						for (com.spice.profitmandi.dao.model.TargetSlab targetSlab : createOfferRequest.getTargetSlabs()) {
1236
						for (com.spice.profitmandi.dao.model.TargetSlab targetSlab : createOfferRequest.getTargetSlabs()) {
1237
							targetSlab.setOnwardsAmount(targets.get(counter));
1237
							targetSlab.setOnwardsAmount(targets.get(counter));
1238
							counter++;
1238
							counter++;
1239
						}
1239
						}
1240
						offerService.addOfferService(createOfferRequest);
1240
						//offerService.addOfferService(createOfferRequest);
-
 
1241
						LOGGER.info(createOfferRequest.getPartnerCriteria().getFofoIds());
-
 
1242
						LOGGER.info(createOfferRequest.getTargetSlabs());
1241
					}
1243
					}
1242
		}
1244
		}
1243
	}
1245
	}
1244
 
1246
 
1245
	private Map<CreateOfferRequest, List<PartnerTargetModel>> parseFromExcel(String fileName) throws ProfitMandiBusinessException {
1247
	private Map<CreateOfferRequest, List<PartnerTargetModel>> parseFromExcel(String fileName) throws ProfitMandiBusinessException {