@colijnit/transaction 257.1.34 → 257.1.35

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.34";
37
- this.publishDate = "26-3-2025 18:58:50";
36
+ this.symVer = "257.1.35";
37
+ this.publishDate = "27-3-2025 09:42:01";
38
38
  }
39
39
  return Version;
40
40
  }());
@@ -23595,8 +23595,10 @@
23595
23595
  TransactionLineImageAndDescriptionComponent.prototype.transactionLineSet = function () {
23596
23596
  _super.prototype.transactionLineSet.call(this);
23597
23597
  this._loadLineImage();
23598
- // @ts-ignore
23599
- this.transactionLine.configurationReadable = this.transactionLine.configurationReadable.replaceAll('\n', '<br>');
23598
+ if (this.transactionLine.configurationReadable) {
23599
+ // @ts-ignore
23600
+ this.transactionLine.configurationReadable = this.transactionLine.configurationReadable.replaceAll('\n', '<br>');
23601
+ }
23600
23602
  };
23601
23603
  TransactionLineImageAndDescriptionComponent.prototype.visibilitySet = function () {
23602
23604
  _super.prototype.visibilitySet.call(this);