fixes bug #AL-2468
parent
2a3bb5b7e0
commit
ce89f3c120
|
@ -120,7 +120,7 @@ public class RelatorioTabelaPrecoController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
|
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
|
||||||
filtro.append( sdf.format(vigencia.getFeciniciovigencia()) );
|
filtro.append( sdf.format(vigencia.getFeciniciovigencia()) );
|
||||||
filtro.append( " <EFBFBD> " );
|
filtro.append( " à " );
|
||||||
filtro.append( sdf.format(vigencia.getFecfinvigencia()) );
|
filtro.append( sdf.format(vigencia.getFecfinvigencia()) );
|
||||||
}else {
|
}else {
|
||||||
filtro.append(" Todas;");
|
filtro.append(" Todas;");
|
||||||
|
|
Loading…
Reference in New Issue