Browse Source

Merge pull request 'update upload 2023-10-16' (#207) from staging into master

Reviewed-on: ordo/adw-backend#207
pull/3/head
farhantock 1 year ago
parent
commit
281dca53bb
  1. 2
      app/Http/Controllers/DashboardBoDController.php

2
app/Http/Controllers/DashboardBoDController.php

@ -271,7 +271,7 @@ class DashboardBoDController extends Controller
{
$year = $this->interpolateYear($year);
$divisions = Divisi::select('id', 'name','parent')
$divisions = Divisi::select('id', 'name','parent','color')
->with('children')
->whereNull('parent')
->get();

Loading…
Cancel
Save