Subversion Repositories SmartDukaan

Rev

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

Rev 8447 Rev 8449
Line 238... Line 238...
238
					}
238
					}
239
					if(itemIdOurPriceMap.containsKey(item_id) && itemIdOurPriceMap.get(item_id)!=0){
239
					if(itemIdOurPriceMap.containsKey(item_id) && itemIdOurPriceMap.get(item_id)!=0){
240
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
240
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
241
					}
241
					}
242
					else{
242
					else{
243
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(item_id));
243
						amazonfbasalessnapshot.setOurPrice(itemIdOurPriceMap.get(0.0));
244
					}
244
					}
245
					amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
245
					amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
246
					transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
246
					transactionClient.addOrUpdateAmazonFbaSalesSnapshot(amazonfbasalessnapshot);
247
				}
247
				}
248
			}
248
			}