- Edited
Hello Everyone hope you are well I am looking to get help on this subject. I am trying to keep 'Due Date' but loose the time associated with it. I have been able to remove the following code/include/staff/open-ticket.inc.phpecho Misc:($hr, $min, 'time'); ?> <font class="error"> <?php echo $errors; ?> <?php echo $errors; ?></font> <em><?php echo __('Time is based on your time zone');?> (GMT <?php echo $thisstaff->getTZoffset(); ?>)</em> then removed the drop down itself <tr> <td width="160"> <?php echo __('Due Date');?>: </td>But then the ticket will not open without a time inserted. Is there a way to break this error link between the date and time so the ticket will open?Thanks in advance for your help.