Melakukan Perubahan
This commit is contained in:
@@ -52,7 +52,9 @@ class RealisasiBelanjaController extends Controller
|
||||
return redirect(URL::to("/realisasi-belanja"))
|
||||
->with('error','Data dengan RSK yand dipilih sudah ada!');
|
||||
}
|
||||
|
||||
$VwDpaRsk = VwDpaRsk::where("I_ID",$get["rsk"])->first();
|
||||
|
||||
$unitSatuan = UnitSatuan::orderBy("id")->get();
|
||||
return view('realisasi_belanja.create', compact("unitSatuan","VwDpaRsk"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user