From ff110da482c5c6b1ed2f07ae6402a4d2c0389031 Mon Sep 17 00:00:00 2001 From: "daniel.zauli" Date: Fri, 20 Dec 2019 12:35:52 +0000 Subject: [PATCH] =?UTF-8?q?17605:=20Enviar=20par=C3=A2metro=20impress?= =?UTF-8?q?=C3=A3o=20caanhoto=20fixes=20bug#17605=20dev:Fred=20qua:debora?= 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/Web/trunk/ventaboletos@99437 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/rest/service/SincronizarService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/java/com/rjconsultores/ventaboletos/rest/service/SincronizarService.java b/src/java/com/rjconsultores/ventaboletos/rest/service/SincronizarService.java index 07c58cbe1..1d3969054 100644 --- a/src/java/com/rjconsultores/ventaboletos/rest/service/SincronizarService.java +++ b/src/java/com/rjconsultores/ventaboletos/rest/service/SincronizarService.java @@ -73,6 +73,8 @@ public class SincronizarService { emp.setCnpj(e.getEmpresa().getCnpj()); emp.setIndImprimeRelFechamentoViagemDetalhadoEmarcada(e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() != null ? e.getEmpresa().getIndImprimeRelFechamentoViagemDetalhadoEmarcada() : 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); for (InscricaoEstadual insc : e.getEmpresa().getInscricoesEstaduais()){ EmpresaImposto imposto = impostos.get(insc.getEstado());