fixed bug #7810 correção modificação massiva de preços

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58911 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2016-08-09 18:45:10 +00:00
parent a25495827c
commit d9c61275d6
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ public class ModificacionMasivaTarifasUploadController extends MyGenericForwardC
Row row = sheet.getRow(r);
if (row == null || (row.getCell(0).getCellType() == Cell.CELL_TYPE_STRING && (row.getCell(0).getStringCellValue().startsWith("Linha") || row.getCell(0).getStringCellValue().isEmpty()))) {
if (row == null || row.getCell(0) == null || (row.getCell(0).getCellType() == Cell.CELL_TYPE_STRING && (row.getCell(0).getStringCellValue().startsWith("Linha") || row.getCell(0).getStringCellValue().isEmpty()))) {
continue;
}