mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix bug in client_tickets.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user