@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.
@@ -11021,10 +11021,6 @@ class HitInboundInvoiceComponent {
11021
11021
  return;
11022
11022
  }
11023
11023
  const comment = (this.userCommentMap[record.id] ?? record.userComment ?? '').trim();
11024
- if (!comment) {
11025
- this.toasterService.warn('Lütfen açıklama giriniz.');
11026
- return;
11027
- }
11028
11024
  if (comment.length > 254) {
11029
11025
  this.toasterService.warn('Açıklama en fazla 254 karakter olabilir.');
11030
11026
  return;