This commit is contained in:
johnnyq 2022-01-19 17:17:18 -05:00
parent 80355417fa
commit 34969bc475
1 changed files with 7 additions and 1 deletions

View File

@ -510,7 +510,11 @@ if(isset($_GET['ticket_id'])){
?>
<!-- Maybe move this to it's own JS file? -->
<?php
if($ticket_status !== "Closed"){
?>
<!-- Ticket Time Tracking JS -->
<script type="text/javascript">
// Default values
var hours = 0;
@ -561,4 +565,6 @@ if(isset($_GET['ticket_id'])){
}
</script>
<?php } ?>
<?php include("footer.php");