This commit is contained in:
Dwi Swandhana
2026-03-06 12:42:46 +07:00
parent 3754ae3531
commit 9bd38a470e
@@ -100,7 +100,7 @@
@endphp
<tr data-id="{{ $r['id'] }}" data-status="{{ strtolower($statusValue) }}" data-order="{{ $loop->index }}" class="{{ $isPrinted ? 'printed-row' : '' }}">
<td style="text-align:center;">
<input type="checkbox" class="row-check" {{ $isPrinted ? 'disabled' : '' }}>
<input type="checkbox" class="row-check">
</td>
<td class="print-status-cell">
@if($isPrinted)