mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix not being able to filter tickets by using the search filter
This commit is contained in:
@@ -89,6 +89,7 @@ $total_tickets_closed = intval($row['total_tickets_closed']);
|
||||
<div class="card-body">
|
||||
<form autocomplete="off">
|
||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||
<input type="hidden" name="status" value="<?php echo $status; ?>">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
|
||||
Reference in New Issue
Block a user