Subversion Repositories SmartDukaan

Rev

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

Rev 13883 Rev 13885
Line 876... Line 876...
876
							continue;
876
							continue;
877
						} catch (IOException e) {
877
						} catch (IOException e) {
878
							System.out.println("Could not login and update inventory I/O");
878
							System.out.println("Could not login and update inventory I/O");
879
							e.printStackTrace();
879
							e.printStackTrace();
880
							continue;
880
							continue;
-
 
881
						} catch (InterruptedException e) {
-
 
882
							System.out.println("Could not login and update inventory I/O");
-
 
883
							e.printStackTrace();
-
 
884
							continue;
881
						}
885
						}
882
					}
886
					}
883
					if(inventory.getAvailableInventory()!=0 && sent_inventory==0){
887
					if(inventory.getAvailableInventory()!=0 && sent_inventory==0){
884
						outOfStockItems.append("<tr>" 
888
						outOfStockItems.append("<tr>" 
885
								+ "<td>" + inventory.getProductName() +"</td>"
889
								+ "<td>" + inventory.getProductName() +"</td>"