Skip to content

Commit

Permalink
fix(targetticket): associated elements from question
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 27, 2022
1 parent 8a54636 commit 0a62b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ protected function showAssociateSettings($rand) {
$this->getForm(),
[
'fieldtype' => 'glpiselect',
'values' => $CFG_GLPI['ticket_types']
'itemtype' => $CFG_GLPI['ticket_types']
],
'_associate_question',
$this->fields['associate_question']
Expand Down

0 comments on commit 0a62b97

Please sign in to comment.