@seniorsistemas/yms-integration 1.14.0 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9548,7 +9548,6 @@ let RecebimentoOrdemCompraFormComponent = class RecebimentoOrdemCompraFormCompon
9548
9548
  recebimentoDto.fornecedores.forEach(posterior => {
9549
9549
  if (anterior.fornecedor.id === posterior.fornecedor.id &&
9550
9550
  anterior.origemMercadoria.id === posterior.origemMercadoria.id) {
9551
- posterior.contratos.forEach((contrato) => anterior.contratos.push(contrato));
9552
9551
  fornecedores = fornecedores.splice(fornecedores.indexOf(posterior), 1);
9553
9552
  }
9554
9553
  });