@hitsoft/e-donusum 100.1.13-Edo-Test → 100.1.15-Edo-Test

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.
@@ -10891,10 +10891,6 @@ class HitInboundInvoiceComponent {
10891
10891
  return;
10892
10892
  }
10893
10893
  const comment = ((_b = (_a = this.userCommentMap[record.id]) !== null && _a !== void 0 ? _a : record.userComment) !== null && _b !== void 0 ? _b : '').trim();
10894
- if (!comment) {
10895
- this.toasterService.warn('Lütfen açıklama giriniz.');
10896
- return;
10897
- }
10898
10894
  if (comment.length > 254) {
10899
10895
  this.toasterService.warn('Açıklama en fazla 254 karakter olabilir.');
10900
10896
  return;