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-87c2c4800839master
parent
8d87b04706
commit
8062b050fc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue