Some improvements, also edit screen.

This commit is contained in:
James Cole
2019-06-01 20:38:18 +02:00
parent 0a6e20eae4
commit 2a2f29533d
14 changed files with 2916 additions and 455 deletions

View File

@@ -295,6 +295,7 @@ class TransactionGroupTransformer extends AbstractTransformer
'currency_id' => $row['currency_id'],
'currency_code' => $row['currency_code'],
'currency_name' => $row['currency_name'],
'currency_symbol' => $row['currency_symbol'],
'currency_decimal_places' => $row['currency_decimal_places'],