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-87c2c4800839master
parent
6b53310c50
commit
7ce3c61e08
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue