Remove ticket updates option - this is managed by public/private notes

This commit is contained in:
Marcus Hill 2022-01-20 21:14:12 +00:00
parent f27a902b04
commit 615c519d80
1 changed files with 0 additions and 11 deletions

View File

@ -107,17 +107,6 @@
<input type="text" class="form-control" name="subject" placeholder="Subject" required>
</div>
</div>
<?php if(!empty($config_smtp_host)){ ?>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customControlAutosizing" name="email_ticket_updates" value="1" checked>
<label class="custom-control-label" for="customControlAutosizing">Email ticket updates <span class="text-secondary"><?php echo $contact_email; ?></span></label>
</div>
</div>
<?php } ?>
<div class="form-group">
<textarea class="form-control summernote" rows="8" name="details"></textarea>