Skip to content

Commit

Permalink
Fix associated elements in ticket template
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and trasher committed Oct 7, 2020
1 parent 9756bbc commit 96d170b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions front/tickettemplatepredefinedfield.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@

$itiltype = 'Ticket';
$fieldtype = 'Predefined';

if (isset($_POST['items_tickets_id']) && isset($_POST['add_items_id'])) {
$_POST['items_tickets_id'] = $_POST['items_tickets_id']."_".$_POST['add_items_id'];
}

include __DIR__ . '/itiltemplatefield.form.php';

0 comments on commit 96d170b

Please sign in to comment.