Subversion Repositories SmartDukaan

Rev

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

Rev 10165 Rev 10166
Line 866... Line 866...
866
						}
866
						}
867
					}
867
					}
868
					else{
868
					else{
869
						UpdateSDIUsingPanel UDSI = new UpdateSDIUsingPanel();
869
						UpdateSDIUsingPanel UDSI = new UpdateSDIUsingPanel();
870
						try {
870
						try {
-
 
871
							UDSI.handleLogin();
871
							UDSI.updateInventory(sent_inventory,inventory.getSupc());
872
							UDSI.updateInventory(sent_inventory,inventory.getSupc());
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
						} catch (IOException e) {
876
						} catch (IOException e) {