Subversion Repositories SmartDukaan

Rev

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

Rev 23930 Rev 23931
Line 318... Line 318...
318
			for (FofoStore fofoStore : fofoStores) {
318
			for (FofoStore fofoStore : fofoStores) {
319
				
319
				
320
				CustomRetailer retailer = customRetailerMap.get(fofoStore.getId());
320
				CustomRetailer retailer = customRetailerMap.get(fofoStore.getId());
321
				if(retailer==null) {
321
				if(retailer==null) {
322
					LOGGER.info("Could not find retailer with retailer Id {}",fofoStore.getId() );
322
					LOGGER.info("Could not find retailer with retailer Id {}",fofoStore.getId() );
-
 
323
					continue;
323
				}
324
				}
324
				float walletAmount = walletService.getUserWallet(fofoStore.getId()).getAmount();
325
				float walletAmount = walletService.getUserWallet(fofoStore.getId()).getAmount();
325
				float inStockAmount = inventoryService.getTotalAmountInStock(fofoStore.getId());
326
				float inStockAmount = inventoryService.getTotalAmountInStock(fofoStore.getId());
326
 
327
 
327
				float unbilledStockAmount = 0;
328
				float unbilledStockAmount = 0;