mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 14:09:31 -06:00
fix: BonExchangeController
- there is no position column
This commit is contained in:
@@ -27,7 +27,7 @@ class BonExchangeController extends Controller
|
||||
public function index(): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
{
|
||||
return view('Staff.bon_exchange.index', [
|
||||
'bonExchanges' => BonExchange::orderBy('position')->get(),
|
||||
'bonExchanges' => BonExchange::all(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user