mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Support credit cards (in name only).
This commit is contained in:
parent
2a9679c94e
commit
1c04477393
@ -20,7 +20,8 @@ return [
|
|||||||
'accountRoles' => [
|
'accountRoles' => [
|
||||||
'defaultAsset' => 'Default asset account',
|
'defaultAsset' => 'Default asset account',
|
||||||
'sharedAsset' => 'Shared asset account',
|
'sharedAsset' => 'Shared asset account',
|
||||||
'savingAsset' => 'Savings account'
|
'savingAsset' => 'Savings account',
|
||||||
|
'ccAsset' => 'Credit card',
|
||||||
],
|
],
|
||||||
|
|
||||||
'range_to_text' => [
|
'range_to_text' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user