mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Fix #4122
This commit is contained in:
@@ -50,7 +50,7 @@ class AutocompleteRequest extends FormRequest
|
|||||||
$limit = 0 === $limit ? 10 : $limit;
|
$limit = 0 === $limit ? 10 : $limit;
|
||||||
|
|
||||||
// remove 'initial balance' from allowed types. its internal
|
// remove 'initial balance' from allowed types. its internal
|
||||||
$array = array_diff($array, [AccountType::INITIAL_BALANCE]);
|
$array = array_diff($array, [AccountType::INITIAL_BALANCE, AccountType::RECONCILIATION]);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'types' => $array,
|
'types' => $array,
|
||||||
|
Reference in New Issue
Block a user