Merge pull request 'Institucionales - Entrega do Bono na bilheteria (Totalbus - SCO) feat' (!285) from AL-4900 into master

Reviewed-on: adm/ModelWeb#285
Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>
master
Valdir Cordeiro 2024-09-28 12:01:21 +00:00
commit b64dc084dc
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -24,7 +24,8 @@ public enum TipoFormapago {
ADYEN(17,Labels.getLabel("editarFormaPagoController.lblAdyen.label")), ADYEN(17,Labels.getLabel("editarFormaPagoController.lblAdyen.label")),
MERCADO_PAGO(18,Labels.getLabel("editarFormaPagoController.lblMercadoPago.label")), MERCADO_PAGO(18,Labels.getLabel("editarFormaPagoController.lblMercadoPago.label")),
EMBARQUE_JA(19,Labels.getLabel("editarFormaPagoController.lblEmbarqueJa.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; private Integer valor;