FIXES BUG #6483
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@46377 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ecfc56d34b
commit
11a6ae2911
|
@ -455,6 +455,11 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
|
|||
cell13.setCellValue(
|
||||
Labels.getLabel("busquedaTarifaController.lhPrecioPedagioNuevo.label"));
|
||||
cell13.setCellStyle(estilo);
|
||||
|
||||
HSSFCell cell14 = rowCabecalho.createCell(14);
|
||||
cell14.setCellValue(
|
||||
Labels.getLabel("busquedaTarifaController.lhOrgaoLabel.label"));
|
||||
cell14.setCellStyle(estilo);
|
||||
}
|
||||
|
||||
HSSFRow row = sheet1.createRow(contRow++);
|
||||
|
@ -488,6 +493,8 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
|
|||
BigDecimal pedVal = BigDecimal.valueOf(Double.valueOf(ped));
|
||||
row.createCell(12).setCellValue(pedVal.setScale(2).doubleValue());
|
||||
|
||||
row.createCell(14).setCellValue(obj[17].toString());
|
||||
|
||||
// novo preco:
|
||||
BigDecimal novoPrecio = null;
|
||||
int celulaAlterada = 0;
|
||||
|
|
|
@ -1911,6 +1911,7 @@ busquedaTarifaController.lhPrecioPedagioNuevo.label = Peaje simulada
|
|||
busquedaTarifaController.lhMarca.label = Marca
|
||||
busquedaTarifaController.lhOrigen.label = Origen
|
||||
busquedaTarifaController.lhDestino.label = Destino
|
||||
busquedaTarifaController.lhOrgaoLabel.label = Órgão Concedente
|
||||
busquedaTarifaController.lhVia.label = Via
|
||||
busquedaTarifaController.lhFeciniciovigencia.label = Vigencia
|
||||
busquedaTarifaController.lhClaseServicio.label = Tipo clase
|
||||
|
|
|
@ -1951,6 +1951,7 @@ busquedaTarifaController.lhPrecioPedagioNuevo.label = Pedágio Simulado
|
|||
busquedaTarifaController.lhMarca.label = Marca
|
||||
busquedaTarifaController.lhOrigen.label = Origem
|
||||
busquedaTarifaController.lhDestino.label = Destino
|
||||
busquedaTarifaController.lhOrgaoLabel.label = Órgão Concedente
|
||||
busquedaTarifaController.lhVia.label = Via
|
||||
busquedaTarifaController.lhFeciniciovigencia.label = Vigência
|
||||
busquedaTarifaController.lhClaseServicio.label = Tipo Classe
|
||||
|
|
Loading…
Reference in New Issue