laporan file dan spd pada dbh
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<form id="frmEditLaporanFile" action="{{ URL::to("/laporan-file/$laporanFile->id") }}" method="POST" autocomplete="off" enctype="multipart/form-data">
|
||||
@csrf
|
||||
@method("PUT")
|
||||
@include('laporan_file.form')
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
$("input[name=file]").prop("required", false);
|
||||
$("#opt_kode_rekening").val("{{ $laporanFile->kode_rekening }}");
|
||||
</script>
|
||||
Reference in New Issue
Block a user