17605: Enviar parâmetro impressão caanhoto
fixes bug#17605 dev:Fred qua:debora git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@99437 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
becdf23fe4
commit
ff110da482
|
@ -73,6 +73,8 @@ public class SincronizarService {
|
||||||
emp.setCnpj(e.getEmpresa().getCnpj());
|
emp.setCnpj(e.getEmpresa().getCnpj());
|
||||||
emp.setIndImprimeRelFechamentoViagemDetalhadoEmarcada(e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() != null ? e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() : Boolean.FALSE);
|
emp.setIndImprimeRelFechamentoViagemDetalhadoEmarcada(e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() != null ? e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() : Boolean.FALSE);
|
||||||
emp.setIndImprimeLogoBilheteVendaEmbarcada(e.getEmpresa().getIndImprimeLogoBilheteVendaEmbarcada() != null ? e.getEmpresa().getIndImprimeLogoBilheteVendaEmbarcada() : Boolean.FALSE);
|
emp.setIndImprimeLogoBilheteVendaEmbarcada(e.getEmpresa().getIndImprimeLogoBilheteVendaEmbarcada() != null ? e.getEmpresa().getIndImprimeLogoBilheteVendaEmbarcada() : Boolean.FALSE);
|
||||||
|
emp.setIndImpressaoCanhotoEmbarcada(e.getEmpresa().getIndImpressaoCanhotoEmbarcada() != null ? e.getEmpresa().getIndImpressaoCanhotoEmbarcada() : Boolean.FALSE);
|
||||||
|
|
||||||
vo.getEmpresasVenda().add(emp);
|
vo.getEmpresasVenda().add(emp);
|
||||||
for (InscricaoEstadual insc : e.getEmpresa().getInscricoesEstaduais()){
|
for (InscricaoEstadual insc : e.getEmpresa().getInscricoesEstaduais()){
|
||||||
EmpresaImposto imposto = impostos.get(insc.getEstado());
|
EmpresaImposto imposto = impostos.get(insc.getEstado());
|
||||||
|
|
Loading…
Reference in New Issue