@colijnit/transaction 12.1.225 → 12.1.226

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.
@@ -32,8 +32,8 @@
32
32
  function Version() {
33
33
  this.name = "@colijnit/transaction";
34
34
  this.description = "Colijn IT transaction package";
35
- this.symVer = "12.1.225";
36
- this.publishDate = "4-6-2024 17:02:55";
35
+ this.symVer = "12.1.226";
36
+ this.publishDate = "4-6-2024 19:03:12";
37
37
  }
38
38
  return Version;
39
39
  }());
@@ -37162,7 +37162,7 @@
37162
37162
  if ((_a = transaction === null || transaction === void 0 ? void 0 : transaction.transactionInfo) === null || _a === void 0 ? void 0 : _a.uuid) {
37163
37163
  _this.getTransactionMarginInfo((_b = transaction === null || transaction === void 0 ? void 0 : transaction.transactionInfo) === null || _b === void 0 ? void 0 : _b.uuid);
37164
37164
  }
37165
- if (transaction === null || transaction === void 0 ? void 0 : transaction.transactionInfo.id) {
37165
+ if ((transaction === null || transaction === void 0 ? void 0 : transaction.transactionInfo.id) && transaction.transactionInfo.transactionKind === transactionKind_enum.TransactionKind.SalesOrder) {
37166
37166
  _this.getPlanOrderForTransaction(transaction);
37167
37167
  }
37168
37168
  }