Subversion Repositories SmartDukaan

Rev

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

Rev 10111 Rev 10112
Line 935... Line 935...
935
					flipkartItem = new FlipkartItem();
935
					flipkartItem = new FlipkartItem();
936
					flipkartItem.setItem_id(sku); 
936
					flipkartItem.setItem_id(sku); 
937
				}
937
				}
938
			}
938
			}
939
			
939
			
940
			sheet.getRow(iterator).getCell(1).setCellType(Cell.CELL_TYPE_NUMERIC);
-
 
941
			
940
			
942
			if (checkEmptyString(sheet.getRow(iterator).getCell(1)) && new_item){
941
			if (checkEmptyString(sheet.getRow(iterator).getCell(1)) && new_item){
943
				sb.append(sku + " New Listing - Warehouse Id not Present"+"\n");
942
				sb.append(sku + " New Listing - Warehouse Id not Present"+"\n");
944
				continue;
943
				continue;
945
			}
944
			}