taxtank-core 2.1.38 → 2.1.39

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.
@@ -5496,6 +5496,9 @@ class SoleInvoice extends SoleInvoice$1 {
5496
5496
  get itemsCollection() {
5497
5497
  return new SoleInvoiceItemCollection(this.items);
5498
5498
  }
5499
+ get totalPrice() {
5500
+ return this.itemsCollection.sumBy('totalPrice');
5501
+ }
5499
5502
  /**
5500
5503
  * total without GST
5501
5504
  */