Merge pull request 'bug#AL-1972' (#14) from AL-1972 into master

Reviewed-on: http://18.235.188.113:3000/adm/ModelWeb/pulls/14
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
Reviewed-by: wallace <wallace@rjconsultores.com.br>
master
Lucas Taiã 2022-12-29 14:40:59 +00:00
commit c3b4faf521
2 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.0.17</version>
<version>1.0.18</version>
<distributionManagement>
<repository>
<id>rj-releases</id>

View File

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