wilian 2015-08-11 19:56:57 +00:00
parent f07b4813f9
commit ea0ddac4b7
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() >= 93 && formaPago.getFormapagoId() <= 99)) { if (formaPago.getFormapagoId() <= 11 || (formaPago.getFormapagoId() >= 92 && 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);