Subversion Repositories SmartDukaan

Rev

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

Rev 13859 Rev 13883
Line 867... Line 867...
867
						System.out.println("Incremental check success");
867
						System.out.println("Incremental check success");
868
						UpdateSDIUsingPanel UDSI = new UpdateSDIUsingPanel();
868
						UpdateSDIUsingPanel UDSI = new UpdateSDIUsingPanel();
869
						try {
869
						try {
870
							//UDSI.handleLogin();
870
							//UDSI.handleLogin();
871
							UDSI.updateInventory(sent_inventory,inventory.getSupc());
871
							UDSI.updateInventory(sent_inventory,inventory.getSupc());
-
 
872
							Thread.sleep(3000);
872
						} catch (ClientProtocolException e) {
873
						} catch (ClientProtocolException e) {
873
							System.out.println("Could not login and update inventory");
874
							System.out.println("Could not login and update inventory");
874
							e.printStackTrace();
875
							e.printStackTrace();
875
							continue;
876
							continue;
876
						} catch (IOException e) {
877
						} catch (IOException e) {