fixes bug #AL-2468
parent
68e6e64ce6
commit
bcb35b2614
|
@ -52,7 +52,7 @@ public class GridRutaTramoCoeficiente extends Grid implements RowRenderer, Rende
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static final String CONSTRAINT_NO_EMPTY = "no empty";
|
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 static final String VALOR_COMBO_SIM = "Sim";
|
||||||
private List<Via> lsVias;
|
private List<Via> lsVias;
|
||||||
private List<CoeficienteTarifa> lsCoeficientes;
|
private List<CoeficienteTarifa> lsCoeficientes;
|
||||||
|
|
Loading…
Reference in New Issue