localize library cdn, remove approve button from transaction page, fix all fitur running datatable as well, fixing sortable datatable using new cdn, fix modal approve, add note to receiver mutations

This commit is contained in:
2025-06-16 15:01:08 +07:00
parent 9cfb566aee
commit 567e4aa5fc
45 changed files with 16202 additions and 365 deletions

View File

@@ -53,7 +53,9 @@
@if($row->status->value === 'approved')
<!-- Stock has already been moved automatically after approval -->
<span class="badge badge-success">Stock Telah Dipindahkan</span>
<div class="text-center">
<span class="btn btn-sm btn-success" style="cursor: default; pointer-events: none;">Selesai</span>
</div>
@endif
</div>