fixes bug #AL-2468

master
valdevir 2023-06-05 17:18:26 -03:00
parent 68e6e64ce6
commit bcb35b2614
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class GridRutaTramoCoeficiente extends Grid implements RowRenderer, Rende
private static final long serialVersionUID = 1L;
private static final String CONSTRAINT_NO_EMPTY = "no empty";
private static final String VALOR_COMBO_NAO = "NÃO";
private static final String VALOR_COMBO_NAO = "Não";
private static final String VALOR_COMBO_SIM = "Sim";
private List<Via> lsVias;
private List<CoeficienteTarifa> lsCoeficientes;