wilian 2015-07-14 19:04:26 +00:00
parent 49214e00ca
commit b406f31497
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
rd3.setChecked(true); rd3.setChecked(true);
} }
if (formaPago.getFormapagoId() <= 11 || (formaPago.getFormapagoId() >= 94 && formaPago.getFormapagoId() <= 99)) { if (formaPago.getFormapagoId() <= 11 || (formaPago.getFormapagoId() >= 93 && formaPago.getFormapagoId() <= 99)) {
btnApagar.setVisible(Boolean.FALSE); btnApagar.setVisible(Boolean.FALSE);
btnSalvar.setVisible(Boolean.FALSE); btnSalvar.setVisible(Boolean.FALSE);
txtNome.setDisabled(Boolean.TRUE); txtNome.setDisabled(Boolean.TRUE);