mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Add enrichment
This commit is contained in:
@@ -65,7 +65,7 @@ class AccountTransformer extends AbstractTransformer
|
||||
if(null === $account->meta) {
|
||||
$account->meta = [];
|
||||
}
|
||||
|
||||
|
||||
// get account type:
|
||||
$accountType = (string) config(sprintf('firefly.shortNamesByFullName.%s', $account->full_account_type));
|
||||
$liabilityType = (string) config(sprintf('firefly.shortLiabilityNameByFullName.%s', $account->full_account_type));
|
||||
|
Reference in New Issue
Block a user