Subversion Repositories SmartDukaan

Rev

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

Rev 13853 Rev 13859
Line 865... Line 865...
865
					}
865
					}
866
					else{
866
					else{
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
						} catch (ClientProtocolException e) {
872
						} catch (ClientProtocolException e) {
873
							System.out.println("Could not login and update inventory");
873
							System.out.println("Could not login and update inventory");
874
							e.printStackTrace();
874
							e.printStackTrace();
875
							continue;
875
							continue;