FIXES BUG #6401
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@45523 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
217f71175b
commit
b9c1fc98e1
|
@ -352,6 +352,8 @@ public class EditarTarifaKmController extends MyGenericForwardComposer {
|
||||||
System.out.println();
|
System.out.println();
|
||||||
lsTarifaKm = new TreeSet(ar);
|
lsTarifaKm = new TreeSet(ar);
|
||||||
tarifaKmMyListBox.setData(new ArrayList( lsTarifaKm));
|
tarifaKmMyListBox.setData(new ArrayList( lsTarifaKm));
|
||||||
|
if(c.getClaseservicioId() == -1){btnAdicionarTarifaKm.setDisabled(Boolean.TRUE);}
|
||||||
|
else{btnAdicionarTarifaKm.setDisabled(Boolean.FALSE);}
|
||||||
// cmbOrgao.setDisabled(Boolean.TRUE);
|
// cmbOrgao.setDisabled(Boolean.TRUE);
|
||||||
// cmbOrgao.setValue(orgao.getDescOrgao());
|
// cmbOrgao.setValue(orgao.getDescOrgao());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue