mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Fix trait
This commit is contained in:
@@ -271,6 +271,7 @@ class TransactionController extends Controller
|
|||||||
$collector->setTypes([TransactionType::DEPOSIT]);
|
$collector->setTypes([TransactionType::DEPOSIT]);
|
||||||
break;
|
break;
|
||||||
case 'transfers':
|
case 'transfers':
|
||||||
|
case 'transfer':
|
||||||
$collector->setTypes([TransactionType::TRANSFER]);
|
$collector->setTypes([TransactionType::TRANSFER]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user