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());