@colijnit/transaction 253.1.7 → 253.1.8

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 = "253.1.7";
37
- this.publishDate = "10-7-2024 16:59:29";
36
+ this.symVer = "253.1.8";
37
+ this.publishDate = "11-7-2024 16:30:15";
38
38
  }
39
39
  return Version;
40
40
  }());
@@ -21468,6 +21468,7 @@
21468
21468
  var defaultLayout = _this.printLayouts.find(function (p) { return p.isDefault; });
21469
21469
  if (defaultLayout) {
21470
21470
  _this.reportDocumentPrintRequest.reportId = defaultLayout.reportId;
21471
+ _this.reportDocumentPdfRequest.reportId = defaultLayout.reportId;
21471
21472
  }
21472
21473
  }
21473
21474
  });