Alterado para considerar tambem vigencia atual.

fixes bug#11328
dev:valdevir
qua:jose

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@82584 d1611594-4594-4d17-8e1d-87c2c4800839
master
claudio 2018-06-12 21:33:46 +00:00
parent a25a2701da
commit 945a6c3414
1 changed files with 1 additions and 0 deletions

View File

@ -511,6 +511,7 @@ public class ModificacionMasivaTarifasUploadController extends MyGenericForwardC
} else {
tarifa.setMoneda(verificaMonedaASerInserida((row.getCell(CELL_NOVO_MONEDA) != null? row.getCell(CELL_NOVO_MONEDA).getStringCellValue():null), tarifa.getMoneda()));
if (componentePreco.equals(EnumTarifaPedagio.TARIFA.getDescricao()) ||
(componentePreco.equals(EnumTarifaPedagio.TODOS.getDescricao()) && row.getCell(CELL_NOVO_PRECIO) != null)) {
cellNovoPrecio = row.getCell(CELL_NOVO_PRECIO);