fixes bug#14580

dev:JULIO
qua:juliana

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@95534 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2019-07-08 18:03:01 +00:00
parent 50ee776808
commit 4f7d560ab3
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ public class RelatorioEmbarqueLocalidadeController extends MyGenericForwardCompo
somaColuna // last column (0-based)
));
HSSFCell cell = periodo.createCell(0);
cell.setCellValue("PASSAGEIRO TRANSPORTADO/Período: " + sdf.format(this.datInicial.getValue()) + " a " + sdf.format(this.datFinal.getValue()));
cell.setCellValue("PASSAGEIROS EMBARCADOS TERMINAL RODOVIARIO/Período: " + sdf.format(this.datInicial.getValue()) + " a " + sdf.format(this.datFinal.getValue()));
HSSFFont fontePeriodo= wb.createFont();
fontePeriodo.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD);