Subversion Repositories SmartDukaan

Rev

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

Rev 12883 Rev 12899
Line 640... Line 640...
640
								}
640
								}
641
								catch(Exception ex){
641
								catch(Exception ex){
642
									continue;
642
									continue;
643
								}
643
								}
644
							}
644
							}
-
 
645
							else if(entry1.getKey().startsWith("FBG")){
-
 
646
								location = AmazonFCWarehouseLocation.Gurgaon;
-
 
647
								try{
-
 
648
									item_id = Long.parseLong(entry1.getKey().replaceAll("FBG",""));
-
 
649
								}
-
 
650
								catch(Exception ex){
-
 
651
									continue;
-
 
652
								}
-
 
653
							}
645
							else{
654
							else{
646
								System.out.println("Skipping Item ID " + entry1.getKey() +" date : "+orderDate);
655
								System.out.println("Skipping Item ID " + entry1.getKey() +" date : "+orderDate);
647
								continue;
656
								continue;
648
							}
657
							}
649
							List<AmazonFbaInventorySnapshot> iteminventory;
658
							List<AmazonFbaInventorySnapshot> iteminventory;