Fix bug in client_tickets.php

This commit is contained in:
o-psi 2024-01-10 22:15:00 +00:00
parent a7ee5737af
commit b764506f28
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ if (isset($_GET['status']) && ($_GET['status']) == 'Open') {
if (isset($_GET['unbilled']) && ($_GET['billable']) == '1') {
$billable = '1';
$ticket_billable_snippet = " AND ticket_billable = 1";
$ticket_status_snippet = $ticket_status_snippet . $ticket_billable_snippet;
}
//Rebuild URL