fixes bug#AL-4274
parent
576f613770
commit
c715be9888
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.109.1</version>
|
||||
<version>1.109.2</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -24,7 +24,7 @@ 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(19,Labels.getLabel("editarFormaPagoController.lblNequi.label"))
|
||||
NEQUI(20,Labels.getLabel("editarFormaPagoController.lblNequi.label"))
|
||||
;
|
||||
|
||||
private Integer valor;
|
||||
|
|
Loading…
Reference in New Issue