Skip to content
Snippets Groups Projects
Commit a24cafea authored by aydreeihn's avatar aydreeihn
Browse files

Minor Fix:

For new tickets, hide the Ticket Notice dropdown if the 'New Ticket by Agent' autoresponse is disabled since no response will be sent
parent 948c5d34
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,9 @@ if ($_POST)
<br/><span class="error"><?php echo $errors['ccs']; ?></span>
</td>
</tr>
<?php
if ($cfg->notifyONNewStaffTicket()) {
?>
<tr class="no_border">
<td>
<?php echo __('Ticket Notice');?>:
......@@ -174,6 +177,7 @@ if ($_POST)
</select>
</td>
</tr>
<?php } ?>
</table>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment