Fix Ticket Timer for editing a ticket response / reply

This commit is contained in:
johnnyq 2023-07-31 14:09:12 -04:00
parent 336805e16b
commit 2bd6b11f03
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<div class="col-3">
<div class="form-group">
<label>Time worked</label>
<input class="form-control timepicker" id="time_worked" name="time" type="time" step="1" value="<?php echo date_format($ticket_reply_time_worked, 'H:i:s') ?>"/>
<input class="form-control timepicker" id="time_worked" name="time" type="text" value="<?php echo date_format($ticket_reply_time_worked, 'H:i:s') ?>"/>
</div>
</div>
<?php } ?>