Subversion Repositories SmartDukaan

Rev

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

Rev 13885 Rev 13890
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
							Thread.sleep(2000);
873
						} catch (ClientProtocolException e) {
873
						} catch (ClientProtocolException e) {
874
							System.out.println("Could not login and update inventory");
874
							System.out.println("Could not login and update inventory");
875
							e.printStackTrace();
875
							e.printStackTrace();
876
							continue;
876
							continue;
877
						} catch (IOException e) {
877
						} catch (IOException e) {