Used status var unstead of get status var for checkall

This commit is contained in:
johnnyq 2025-10-16 11:43:26 -04:00
parent 65ff008ccf
commit ecce994921
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<tr>
<td>
<?php if ($_GET['status'] !== 'Closed') { ?>
<?php if ($status !== 'Closed') { ?>
<div class="form-check">
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
</div>