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-87c2c4800839master
parent
bf8910ff4f
commit
cbcfbb3bc1
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue