taxtank-core 2.1.71 → 2.1.72

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.
@@ -1743,6 +1743,7 @@ class AllocationGroup extends AbstractModel {
1743
1743
  operation: transaction.operation,
1744
1744
  description: transaction.description,
1745
1745
  category: transaction.chartAccounts.name,
1746
+ currency: transaction.currency,
1746
1747
  tankType: transaction.tankType,
1747
1748
  amount: transaction.netAmount,
1748
1749
  childTransactions: transaction.transactions,