Subversion Repositories SmartDukaan

Rev

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

Rev 10110 Rev 10111
Line 934... Line 934...
934
					new_item = true;
934
					new_item = true;
935
					flipkartItem = new FlipkartItem();
935
					flipkartItem = new FlipkartItem();
936
					flipkartItem.setItem_id(sku); 
936
					flipkartItem.setItem_id(sku); 
937
				}
937
				}
938
			}
938
			}
-
 
939
			
-
 
940
			sheet.getRow(iterator).getCell(1).setCellType(Cell.CELL_TYPE_NUMERIC);
939
 
941
			
940
			if (checkEmptyString(sheet.getRow(iterator).getCell(1)) && new_item){
942
			if (checkEmptyString(sheet.getRow(iterator).getCell(1)) && new_item){
941
				sb.append(sku + " New Listing - Warehouse Id not Present"+"\n");
943
				sb.append(sku + " New Listing - Warehouse Id not Present"+"\n");
942
				continue;
944
				continue;
943
			}
945
			}
-
 
946
			
-
 
947
			
944
 
948
 
945
			if (!checkEmptyString(sheet.getRow(iterator).getCell(1))){
949
			if (!checkEmptyString(sheet.getRow(iterator).getCell(1))){
946
				/*Warehouse warehouse = inventoryClient.getWarehouse(Long.valueOf(warehouseId));
950
				/*Warehouse warehouse = inventoryClient.getWarehouse(Long.valueOf(warehouseId));
947
				if (!(warehouse.getWarehouseType()==WarehouseType.OURS && warehouse.getInventoryType() == InventoryType.GOOD)){
951
				if (!(warehouse.getWarehouseType()==WarehouseType.OURS && warehouse.getInventoryType() == InventoryType.GOOD)){
948
					sb.append(sku + "Not acceptable warehouse"+"\n");
952
					sb.append(sku + "Not acceptable warehouse"+"\n");