Subversion Repositories SmartDukaan

Rev

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

Rev 10502 Rev 10988
Line 511... Line 511...
511
				System.out.println("Fetched  " + items);
511
				System.out.println("Fetched  " + items);
512
				break;
512
				break;
513
			}
513
			}
514
			i++;
514
			i++;
515
		}
515
		}
-
 
516
		if(currentInventoryItemList.size()==0){
-
 
517
			try {
-
 
518
				mailer.sendSSLMessage(sendTo,"Unable to fetch current inventory "+ sdf.format(System.currentTimeMillis()),"Error : Unable to fetch current inventory ", emailFromAddress, password, new ArrayList<File>());
-
 
519
			} catch (MessagingException e) {
-
 
520
				e.printStackTrace();
-
 
521
			}
-
 
522
			System.exit(0);
-
 
523
		}
516
		in.shop2020.model.v1.catalog.CatalogService.Client catalogServiceClient = null;
524
		in.shop2020.model.v1.catalog.CatalogService.Client catalogServiceClient = null;
517
		SnapdealItemDetails snapdealitem = null;
525
		SnapdealItemDetails snapdealitem = null;
518
		long sku = 0;
526
		long sku = 0;
519
		long created_orders;
527
		long created_orders;
520
		long pending_orders;
528
		long pending_orders;