mirror of https://github.com/itflow-org/itflow
Remove (beta) from email ticket parsing
This commit is contained in:
parent
b784c48120
commit
515ea739de
|
|
@ -51,7 +51,7 @@ require_once("inc_all_settings.php"); ?>
|
|||
<div class="form-group">
|
||||
<div class="custom-control custom-switch">
|
||||
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="emailToTicketParseSwitch">
|
||||
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing (Beta) <small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
|
||||
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing<small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue