From 901cb586d605d88c8ed529dbc09428f0b9d5f58a Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Tue, 27 Dec 2022 18:59:10 -0300 Subject: [PATCH 1/2] bug#AL-1972 --- pom.xml | 2 +- src/com/rjconsultores/ventaboletos/enums/TipoImpressora.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2d7977d84..d27941e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.0.16 + 1.0.17 diff --git a/src/com/rjconsultores/ventaboletos/enums/TipoImpressora.java b/src/com/rjconsultores/ventaboletos/enums/TipoImpressora.java index d213eb968..c9de660ec 100644 --- a/src/com/rjconsultores/ventaboletos/enums/TipoImpressora.java +++ b/src/com/rjconsultores/ventaboletos/enums/TipoImpressora.java @@ -11,8 +11,7 @@ public enum TipoImpressora { DARUMA(4, Labels.getLabel("editarEstacionController.tipoImpressora.darumaFiscal"), true), DARUMA_BLINDADA(5, Labels.getLabel("editarEstacionController.tipoImpressora.darumaFiscalBlindada"), true), STOCK_CENTRAL(6, Labels.getLabel("editarEstacionController.tipoImpressora.stockCentral"), true), - BPE(7, Labels.getLabel("editarEstacionController.tipoImpressora.bpe"), true), - MACON(8, Labels.getLabel("editarEstacionController.tipoImpressora.macon"), true); + BPE(7, Labels.getLabel("editarEstacionController.tipoImpressora.bpe"), true); private final int codigo; private final String nome; From 645134406d9b48f7a5f9cef0bbe425ffa4ddb97c Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Thu, 29 Dec 2022 10:48:44 -0300 Subject: [PATCH 2/2] bug#AL-1972 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d27941e4d..6862cf176 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.0.17 + 1.0.18