From cbcfbb3bc1b98354cf393b5e9010d73bd46d151f Mon Sep 17 00:00:00 2001 From: wilian Date: Wed, 18 Jul 2018 13:47:34 +0000 Subject: [PATCH] fixes bug#11603 dev:thiago qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@83456 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/EmpresaImposto.java | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java index 69b7c035d..452609708 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java @@ -156,6 +156,33 @@ public class EmpresaImposto implements Serializable { private Boolean indTribViagem; public EmpresaImposto() { + super(); + this.indTarifaMunicipal = false; + this.indSeguroMunicipal = false; + this.indTxEmbarqueMunicipal = false; + this.indPedagioMunicipal = false; + this.indTarifaEstadual = false; + this.indSeguroEstadual = false; + this.indTxEmbarqueEstadual = false; + this.indPedadioEstdual = false; + this.indJaneiro = false; + this.indFevereiro = false; + this.indMarco = false; + this.indAbril = false; + this.indMaio = false; + this.indJunho = false; + this.indJulho = false; + this.indAgosto = false; + this.indSetembro = false; + this.indOutubro = false; + this.indNovembro = false; + this.indDezembro = false; + this.indOutrosIsento = false; + this.indOutrasUFBloqueadas = false; + this.isBPe = false; + this.indRedutorBaseIcmsBPe = false; + this.indTribEmissao = false; + this.indTribViagem = false; } /**