mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #2410
This commit is contained in:
@@ -214,7 +214,7 @@ class AutoCompleteController extends Controller
|
|||||||
$array = array_merge($array, $limited->toArray());
|
$array = array_merge($array, $limited->toArray());
|
||||||
foreach ($array as $index => $item) {
|
foreach ($array as $index => $item) {
|
||||||
// give another key for consistency
|
// give another key for consistency
|
||||||
$array[$index]['name'] = sprintf('#%d: %s', $item['id'], $item['description']);
|
$array[$index]['name'] = sprintf('#%d: %s', $item['transaction_group_id'], $item['description']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user