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
commit
c3b4faf521
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue