fixes bug#14580

dev:JULIO
qua:juliana

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@95571 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2019-07-08 22:42:11 +00:00
parent 8d87b04706
commit 8062b050fc
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("PASSAGEIROS EMBARCADOS TERMINAL RODOVIARIO/Período: " + sdf.format(this.datInicial.getValue()) + " a " + sdf.format(this.datFinal.getValue()));
cell.setCellValue("PASSAGEIROS EMBARCADOS TERMINAL RODOVIARIO " + cmbOrigem.getValue() + " Período: " + sdf.format(this.datInicial.getValue()) + " a " + sdf.format(this.datFinal.getValue()));
HSSFFont fontePeriodo= wb.createFont();
fontePeriodo.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD);