This commit is contained in:
Dwi Swandhana
2026-03-06 12:59:23 +07:00
parent 5f37ce8def
commit a67f5fc607
@@ -135,7 +135,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)