fixes bug #AL-2468

master
valdevir 2023-06-05 17:39:53 -03:00
parent 2a3bb5b7e0
commit ce89f3c120
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class RelatorioTabelaPrecoController extends MyGenericForwardComposer {
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
filtro.append( sdf.format(vigencia.getFeciniciovigencia()) );
filtro.append( " <EFBFBD> " );
filtro.append( " à " );
filtro.append( sdf.format(vigencia.getFecfinvigencia()) );
}else {
filtro.append(" Todas;");