From 022adf50aecb8bc9058d5c795560f6598f20385a Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 10 May 2018 21:09:25 +0000 Subject: [PATCH] =?UTF-8?q?[BPE]:=20Adequa=C3=A7=C3=A3o=20do=20envio=20da?= =?UTF-8?q?=20al=C3=ADquota=20ICMS=20bug#11062=20dev:trevezani=20qua:regis?= 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@81746 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/EmpresaImposto.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java index c52b44c7f..5b28152a0 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java @@ -145,6 +145,9 @@ public class EmpresaImposto implements Serializable { @Column(name = "INDBPE") private Boolean isBPe; + + @Column(name = "INDREDBASEICMSBPE") + private Boolean indRedutorBaseIcmsBPe; public EmpresaImposto() { } @@ -751,5 +754,13 @@ public class EmpresaImposto implements Serializable { public void setPorcRedBaseIcmsIM(BigDecimal porcRedBaseIcmsIM) { this.porcRedBaseIcmsIM = porcRedBaseIcmsIM; + } + + public Boolean getIndRedutorBaseIcmsBPe() { + return indRedutorBaseIcmsBPe; + } + + public void setIndRedutorBaseIcmsBPe(Boolean indRedutorBaseIcmsBPe) { + this.indRedutorBaseIcmsBPe = indRedutorBaseIcmsBPe; } } \ No newline at end of file