Skip to content

Commit a3bf086

Browse files
committed
Update SP2D count field reference for accurate data retrieval in KerangkaAcuan
1 parent 1c126ce commit a3bf086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/KerangkaAcuan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function fields(NovaRequest $request)
128128
->options(Helper::setOptionDipa())
129129
->default(Helper::getPropertyFromCollection(Dipa::cache()->get('all')->where('tahun', session('year'))->first(), 'id')),
130130
]),
131-
Select::make('Jumlah SP2D', 'daftar_sp2d_count')
131+
Select::make('Jumlah SP2D', 'daftarSp2d.daftar_sp2d_count')
132132
->options([
133133
0 => 'Belum SP2D',
134134
])

0 commit comments

Comments
 (0)