Subversion Repositories SmartDukaan

Rev

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

Rev 8446 Rev 8450
Line 425... Line 425...
425
							}
425
							}
426
							if(itemIdOurPriceMap.containsKey(item_id) && itemIdOurPriceMap.get(item_id)!=0){
426
							if(itemIdOurPriceMap.containsKey(item_id) && itemIdOurPriceMap.get(item_id)!=0){
427
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
427
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
428
							}
428
							}
429
							else{
429
							else{
430
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
430
								amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(0.0));
431
							}
431
							}
432
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
432
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
433
							transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
433
							transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
434
						}
434
						}
435
					}
435
					}