Ticket watchers can now be add and deleted

This commit is contained in:
johnnyq
2023-08-03 18:03:39 -04:00
parent 76b0954d25
commit dd46c5bcab
7 changed files with 65 additions and 91 deletions

View File

@@ -201,3 +201,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
require_once("ticket_add_modal.php");
require_once("client_ticket_export_modal.php");
require_once("footer.php");
?>
<script src="js/ticket_add_remove_watchers.js"></script>