Feature: You can now create a ticket from a ticket template

This commit is contained in:
johnnyq
2024-04-03 15:41:20 -04:00
parent c8bac996bf
commit 730c1f4df3
6 changed files with 426 additions and 14 deletions

View File

@@ -64,7 +64,7 @@
<?php if($config_ai_enable) { ?>
<div class="form-group">
<textarea class="form-control tinymceai" id="textInput" name="details"><?php echo $ticket_template_details; ?>"</textarea>
<textarea class="form-control tinymceai" id="textInput" name="details"><?php echo $ticket_template_details; ?></textarea>
</div>
<div class="mb-3">