@colijnit/transaction 257.1.12 → 257.1.13
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/bundles/colijnit-transaction.umd.js +3 -2
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +2 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +3 -2
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +2 -2
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
function Version() {
|
|
34
34
|
this.name = "@colijnit/transaction";
|
|
35
35
|
this.description = "Colijn IT transaction package";
|
|
36
|
-
this.symVer = "257.1.
|
|
37
|
-
this.publishDate = "
|
|
36
|
+
this.symVer = "257.1.13";
|
|
37
|
+
this.publishDate = "13/02/2025, 16:33:59";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -37952,6 +37952,7 @@
|
|
|
37952
37952
|
this.docDeliveryBatch.deleteLine = 'F';
|
|
37953
37953
|
this.docDeliveryBatch.historical = 'G';
|
|
37954
37954
|
this.transactionLine.purchasePortalLine.docBatchArray.push(this.docDeliveryBatch);
|
|
37955
|
+
this.filteredDocBatchArray = __spreadArray(__spreadArray([], __read(this.filteredDocBatchArray)), [this.docDeliveryBatch]);
|
|
37955
37956
|
}
|
|
37956
37957
|
this.transactionLine.purchasePortalLine.docKind = 'IB';
|
|
37957
37958
|
return [4 /*yield*/, this.transactionService.updatePurchasePortalLines(this.transactionInfo.id, this.transactionInfo.version, this.transactionLine.purchasePortalLine)];
|