fixes bug#21701

dev:lucas

qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@108674 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2021-09-10 22:02:46 +00:00
parent b8050a9927
commit 574935912c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,8 @@ public enum TipoFormapago {
CHEQUE(10,Labels.getLabel("editarFormaPagoController.lblCheque.label")),
DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")),
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")),
SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label"));
SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")),
LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.label"));
private Integer valor;
private String descricao;

View File

@ -8,7 +8,6 @@ public enum TipoIntegracaoTEF {
SITEF("Sitef"),
PAYGO("PayGo"),
GRANITO("Granito"),
LOGPAY("Logpay"),
;
private String descricao;