@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.
@@ -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.12";
37
- this.publishDate = "12/02/2025, 11:37:49";
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)];