0022387: ESP01-2021_RJ_Configuracao_Czar_v1.docx
bug#22387 dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106960 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
614f1c8d17
commit
5d81a41832
|
@ -70,6 +70,11 @@ public enum TipoEventoExtra {
|
|||
public String toString() {
|
||||
return "PACOTE";
|
||||
}
|
||||
};
|
||||
},
|
||||
SMART_CARD{
|
||||
public String toString() {
|
||||
return "SMART_CARD";
|
||||
}
|
||||
};;
|
||||
|
||||
}
|
||||
|
|
|
@ -16,7 +16,8 @@ public enum TipoFormapago {
|
|||
RESERVA(9,Labels.getLabel("editarFormaPagoController.lblReserva.label")),
|
||||
CHEQUE(10,Labels.getLabel("editarFormaPagoController.lblCheque.label")),
|
||||
DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")),
|
||||
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label"));
|
||||
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")),
|
||||
SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label"));
|
||||
|
||||
private Integer valor;
|
||||
private String descricao;
|
||||
|
|
Loading…
Reference in New Issue