close #399 Fixed: Search not working for items

This commit is contained in:
cuneytsenturk 2018-06-27 19:59:22 +03:00
parent ebe461b5e1
commit 9628d93ab4

View File

@ -60,7 +60,7 @@ class Search extends Controller
'name' => $item->name, 'name' => $item->name,
'type' => trans_choice('general.items', 1), 'type' => trans_choice('general.items', 1),
'color' => '#f5bd65', 'color' => '#f5bd65',
'href' => url('items/items/' . $item->id . '/edit'), 'href' => url('common/items/' . $item->id . '/edit'),
]; ];
} }
} }