mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Support credit cards (in name only).
This commit is contained in:
@@ -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' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user