fixes bug #6023
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@41104 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5511034344
commit
a33d6be8ac
|
@ -362,7 +362,7 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
|
|||
|
||||
HSSFCell cell1 = rowCabecalho.createCell(2);
|
||||
cell1.setCellValue(
|
||||
Labels.getLabel("busquedaTarifaController.lhOrigem.label"));
|
||||
Labels.getLabel("busquedaTarifaController.lhOrigen.label"));
|
||||
cell1.setCellStyle(estilo);
|
||||
|
||||
HSSFCell cell2 = rowCabecalho.createCell(3);
|
||||
|
|
Loading…
Reference in New Issue