fixes bug 6993
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@51541 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
de7a88095a
commit
af4d5ac763
|
@ -70,7 +70,10 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
|
||||||
formaPago = (FormaPago) Executions.getCurrent().getArg().get("formaPago");
|
formaPago = (FormaPago) Executions.getCurrent().getArg().get("formaPago");
|
||||||
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
|
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
|
||||||
|
|
||||||
|
if(formaPago.getIndconferenciafisicacomissao() != null){
|
||||||
chkIndconferenciafisicacomissao.setChecked(formaPago.getIndconferenciafisicacomissao());
|
chkIndconferenciafisicacomissao.setChecked(formaPago.getIndconferenciafisicacomissao());
|
||||||
|
}
|
||||||
|
|
||||||
if (formaPago.getFormapagoId() == null) {
|
if (formaPago.getFormapagoId() == null) {
|
||||||
btnApagar.setVisible(Boolean.FALSE);
|
btnApagar.setVisible(Boolean.FALSE);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue