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
master
valdir 2020-01-29 13:26:41 +00:00
parent 6b53310c50
commit 7ce3c61e08
1 changed files with 2 additions and 1 deletions

View File

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