From 7ce3c61e08e1f26aab5a1fd415098c106c19f60b Mon Sep 17 00:00:00 2001 From: valdir Date: Wed, 29 Jan 2020 13:26:41 +0000 Subject: [PATCH] 0016537: Troco Simples - Pagamento via carteira Digital Troco Simples bug#16537 dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@99946 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java index bfa467fd7..3e748df85 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoFormapago.java @@ -15,7 +15,8 @@ public enum TipoFormapago { PACOTE(8,Labels.getLabel("editarFormaPagoController.lblPacote.label")), RESERVA(9,Labels.getLabel("editarFormaPagoController.lblReserva.label")), CHEQUE(10,Labels.getLabel("editarFormaPagoController.lblCheque.label")), - DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")); + DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")), + CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")); private Integer valor; private String descricao;