@hitsoft/e-donusum 100.1.13-Edo-Test → 100.1.14-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.
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +1 -5
- package/fesm2015/hitsoft-e-donusum.mjs +0 -4
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +0 -4
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|