fixes bug#AL-4274

master
Aristides dos Reis Júnior 2024-09-23 09:39:38 -03:00
parent 576f613770
commit c715be9888
2 changed files with 2 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.109.1</version> <version>1.109.2</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -24,7 +24,7 @@ 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(19,Labels.getLabel("editarFormaPagoController.lblNequi.label")) NEQUI(20,Labels.getLabel("editarFormaPagoController.lblNequi.label"))
; ;
private Integer valor; private Integer valor;