iptdevs-design-system 3.1.236 → 3.1.237

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.
@@ -4740,6 +4740,7 @@ class CodFormComponent {
4740
4740
  this.isLoading = true;
4741
4741
  this.loaderMessage = 'Editando COD, espere un momento';
4742
4742
  let request = this.getCreateCOD(totalData);
4743
+ console.log(request);
4743
4744
  // this.commercialService.EditCod(request).subscribe({
4744
4745
  // });
4745
4746
  }