Modified time counter under tickets to use type field text instread of time as it was setting the hour and to 12 AM

This commit is contained in:
johnnyq
2022-01-08 15:49:41 -05:00
parent c87c45df85
commit b7f2053648
+1 -1
View File
@@ -167,7 +167,7 @@ if(isset($_GET['ticket_id'])){
<div class="col-sm-2">
<div class="form-group">
<input class="form-control timepicker" id="time_worked" name="time" type="time" step="1" value="00:00:00" onchange="setTime()"/>
<input class="form-control timepicker" id="time_worked" name="time" type="text" step="1" value="00:00:00" onchange="setTime()"/>
</div>
</div>