diff --git a/pom.xml b/pom.xml index 55e6eb482..d7cbbc65c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.111.0 + 1.112.0 diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index 331754044..bd3e6e419 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -24,7 +24,8 @@ public enum TipoFormapago { ADYEN(17,Labels.getLabel("editarFormaPagoController.lblAdyen.label")), MERCADO_PAGO(18,Labels.getLabel("editarFormaPagoController.lblMercadoPago.label")), EMBARQUE_JA(19,Labels.getLabel("editarFormaPagoController.lblEmbarqueJa.label")), - NEQUI(20,Labels.getLabel("editarFormaPagoController.lblNequi.label")) + NEQUI(20,Labels.getLabel("editarFormaPagoController.lblNequi.label")), + BONO(21,Labels.getLabel("editarFormaPagoController.lblBono.label")) ; private Integer valor;