mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 15:17:17 +00:00
Feature: Abiliry to assign Ticket Templates to Recurring Tickets
This commit is contained in:
@@ -10,3 +10,4 @@ $asset_id = intval($_POST['asset_id'] ?? 0);
|
||||
$contact_id = intval($_POST['contact_id'] ?? 0);
|
||||
$assigned_to = intval($_POST['assigned_to'] ?? 0);
|
||||
$category_id = intval($_POST['category_id'] ?? 0);
|
||||
$ticket_template_id = intval($_POST['ticket_template_id'] ?? 0);
|
||||
|
||||
Reference in New Issue
Block a user