taxtank-core 2.1.89 → 2.1.90

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.
@@ -7211,6 +7211,7 @@ class Transaction extends Transaction$1 {
7211
7211
  amount: Math.abs(this.amount),
7212
7212
  chartAccounts: this.chartAccounts,
7213
7213
  description: this.description,
7214
+ isGST: this.isGST,
7214
7215
  type: this.chartAccounts.isPropertyCapitalWorks() ? DepreciationTypeEnum.CAPITAL_WORKS : DepreciationTypeEnum.PLANT_EQUIPMENT,
7215
7216
  claimPercent: this.claimPercent,
7216
7217
  property: this.property,