From fbe89b256462f720553a345dee79a048196e98ca Mon Sep 17 00:00:00 2001 From: "daniel.zauli" Date: Tue, 3 Sep 2019 15:47:34 +0000 Subject: [PATCH] =?UTF-8?q?0015235:=20GLPI=2014791=20-=20CUPOM=20DE=20EMBA?= =?UTF-8?q?RQUE=20-=20inibir=20c=C3=B3digo=20de=20barras=20n=C3=A3o=20usad?= =?UTF-8?q?o=20fixes=20bug#0015235=20dev:Wallace=20qua:Ju=20Gomes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@97211 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/entidad/Empresa.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java index 694fad99a..449dcf2a7 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java +++ b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java @@ -279,6 +279,9 @@ public class Empresa implements Serializable { @Column(name = "INDIMPLOGOBILHETEVTAEMBARCADA") private Boolean indImprimeLogoBilheteVendaEmbarcada; + @Column(name = "INDCODBARCPEMBARQUE ") + private Boolean indCodBarCpEmbarque; + public Empresa() { super(); } @@ -1052,6 +1055,14 @@ public class Empresa implements Serializable { public void setIndImprimeLogoBilheteVendaEmbarcada(Boolean indImprimeLogoBilheteVendaEmbarcada) { this.indImprimeLogoBilheteVendaEmbarcada = indImprimeLogoBilheteVendaEmbarcada; } + + public Boolean getIndCodBarCpEmbarque() { + return indCodBarCpEmbarque; + } + + public void setIndCodBarCpEmbarque(Boolean indCodBarCpEmbarque) { + this.indCodBarCpEmbarque = indCodBarCpEmbarque; + } }