mirror of https://github.com/itflow-org/itflow
Fix bug in client_tickets.php
This commit is contained in:
parent
a7ee5737af
commit
b764506f28
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue