correcao enums
parent
f0c54f90fb
commit
c9cbc777ae
|
@ -103,7 +103,7 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
|
||||||
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
|
formaPagoList = (MyListbox) Executions.getCurrent().getArg().get("formaPagoList");
|
||||||
popularCombobox();
|
popularCombobox();
|
||||||
/*
|
/*
|
||||||
* Somente exibe se vai ter restri<EFBFBD><EFBFBD>o de forma de pagamento na hora da venda se n<EFBFBD>o houver cvesistema.
|
* Somente exibe se vai ter restrição de forma de pagamento na hora da venda se não houver cvesistema.
|
||||||
* Pode ser alterado para respeitar somente as formas de pagamento especiais.
|
* Pode ser alterado para respeitar somente as formas de pagamento especiais.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -191,7 +191,7 @@ public class EditarTipoEventoExtraController extends MyGenericForwardComposer {
|
||||||
impMax.getValue();
|
impMax.getValue();
|
||||||
|
|
||||||
tipoEventoExtra.setIndoperacion(TipoEventoExtra.OPERACION_NORMAL);
|
tipoEventoExtra.setIndoperacion(TipoEventoExtra.OPERACION_NORMAL);
|
||||||
tipoEventoExtra.setIndboleto(Boolean.FALSE);// n<EFBFBD>o valida boleto
|
tipoEventoExtra.setIndboleto(Boolean.FALSE);// não valida boleto
|
||||||
tipoEventoExtra.setPorciva(BigDecimal.ZERO);
|
tipoEventoExtra.setPorciva(BigDecimal.ZERO);
|
||||||
tipoEventoExtra.setIndtipo(raTipo11.isChecked() ? "1" : "0");
|
tipoEventoExtra.setIndtipo(raTipo11.isChecked() ? "1" : "0");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue