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') {
|
if (isset($_GET['unbilled']) && ($_GET['billable']) == '1') {
|
||||||
$billable = '1';
|
$billable = '1';
|
||||||
$ticket_billable_snippet = " AND ticket_billable = 1";
|
$ticket_billable_snippet = " AND ticket_billable = 1";
|
||||||
$ticket_status_snippet = $ticket_status_snippet . $ticket_billable_snippet;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Rebuild URL
|
//Rebuild URL
|
||||||
|
|||||||
Reference in New Issue
Block a user