From d3ad36462588d29161441bfe11f49f8b041f83c5 Mon Sep 17 00:00:00 2001 From: "valdir.cordeiro" Date: Sat, 28 Sep 2024 08:46:54 -0300 Subject: [PATCH] Institucionales - Entrega do Bono na bilheteria (Totalbus - SCO) feat bug#AL-4900 --- pom.xml | 2 +- src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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;