Skip to content

Commit

Permalink
Update bug login wali kelas rombel pilihan
Browse files Browse the repository at this point in the history
  • Loading branch information
masadi committed Jun 10, 2024
1 parent 83a6dcf commit b4412ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function wali(){
$result_pilihan[] = [
'no' => $no++,
'pembelajaran_id' => $item_pilihan->pembelajaran_id,
'mata_pelajaran_id' => $item->mata_pelajaran_id,
'mata_pelajaran_id' => $item_pilihan->mata_pelajaran_id,
'induk_pembelajaran_id' => $item_pilihan->induk_pembelajaran_id,
'nama_mata_pelajaran' => $item_pilihan->nama_mata_pelajaran,
'rombel' => $item_pilihan->rombongan_belajar->nama,
Expand Down

0 comments on commit b4412ef

Please sign in to comment.