main
Ilham Wara Nugroho 2026-09-13 17:35:54 +07:00
parent 3ac475c3d8
commit 5c090af230
1 changed files with 1 additions and 3 deletions

View File

@ -199,8 +199,6 @@ class FormController implements HasMiddleware
->where('agency_id',$instansi)
->where('inventory_year',$inventoryYear)
->first();
dd($form);
// dd($form);
if(!@$form){
@ -227,7 +225,7 @@ class FormController implements HasMiddleware
]);
}
// dd($detail);
dd($detail);
// $this->formService->save($sector, $code, $inventoryYear, $data, $unitCodes, $instansi);