@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
|
@@ -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;
|