Institucionales - Entrega do Bono na bilheteria (Totalbus - SCO) feat

bug#AL-4900
master
valdir.cordeiro 2024-09-28 08:46:54 -03:00
parent 342d0b0e77
commit d3ad364625
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.111.0</version>
<version>1.112.0</version>
<distributionManagement>
<repository>

View File

@ -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;