update migration file, dan laporan
This commit is contained in:
@@ -1420,9 +1420,11 @@ class PenilaiController extends Controller
|
||||
];
|
||||
}
|
||||
|
||||
public function checkPrintOutLaporan(Request $request)
|
||||
public function checkPrintOutLaporan($permohonan_id, $dokumen_id)
|
||||
{
|
||||
$permohonanId = $request->query('permohonanId');
|
||||
// $permohonanId = $request->query('permohonanId');
|
||||
// $documentId = $request->query('documentId');
|
||||
$permohonanId = $permohonan_id;
|
||||
$documentId = $request->query('documentId');
|
||||
|
||||
// Ambil data berdasarkan ID
|
||||
|
||||
Reference in New Issue
Block a user