mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
@@ -141,7 +141,7 @@ class UniqueIban implements Rule
|
|||||||
// may appear once in revenue accounts
|
// may appear once in revenue accounts
|
||||||
$maxCounts[AccountType::REVENUE] = 1;
|
$maxCounts[AccountType::REVENUE] = 1;
|
||||||
}
|
}
|
||||||
if ('revenue' === $this->expectedType || AccountType::EXPENSE === $this->expectedType) {
|
if ('revenue' === $this->expectedType || AccountType::REVENUE === $this->expectedType) {
|
||||||
// IBAN should be unique amongst revenue and asset accounts.
|
// IBAN should be unique amongst revenue and asset accounts.
|
||||||
// may appear once in expense accounts
|
// may appear once in expense accounts
|
||||||
$maxCounts[AccountType::EXPENSE] = 1;
|
$maxCounts[AccountType::EXPENSE] = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user