@hitsoft/e-donusum 1.0.67 → 1.0.68

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.
@@ -10642,10 +10642,8 @@ class HitInboundInvoiceComponent {
10642
10642
  }))
10643
10643
  .subscribe({
10644
10644
  next: (result) => {
10645
+ debugger;
10645
10646
  this.toasterService.success(result.docEntry + " numaralı taslak belge başarıyla oluşturuldu.");
10646
- },
10647
- error: (error) => {
10648
- this.toasterService.error("Taslak belge oluşturulurken bir hata oluştu:" + error);
10649
10647
  }
10650
10648
  });
10651
10649
  }
@@ -10684,9 +10682,6 @@ class HitInboundInvoiceComponent {
10684
10682
  .subscribe({
10685
10683
  next: (result) => {
10686
10684
  this.toasterService.success(result.docEntry + " numaralı belge başarıyla oluşturuldu.");
10687
- },
10688
- error: (error) => {
10689
- this.toasterService.error("Belge oluşturulurken bir hata oluştu:" + error);
10690
10685
  }
10691
10686
  });
10692
10687
  }