mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix #931
This commit is contained in:
@@ -258,7 +258,7 @@ class Roles implements ConfigurationInterface
|
||||
if ('_ignore' !== $role) {
|
||||
++$assigned;
|
||||
}
|
||||
if ('amount' === $role) {
|
||||
if (in_array($role, ['amount','amount_credit','amount_debet'])) {
|
||||
$hasAmount = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user