Skip to content

Commit

Permalink
fix(targetticket): associated items from question
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Sep 14, 2021
1 parent f59239e commit 2cd2bd6
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 @@ -977,7 +977,7 @@ protected function showAssociateSettings($rand) {
$this->getForm()->getID(),
[
'fieldtype' => 'glpiselect',
'values' => $CFG_GLPI['ticket_types']
//'values' => $CFG_GLPI['ticket_types']
],
'_associate_question',
$this->fields['associate_question']
Expand Down

0 comments on commit 2cd2bd6

Please sign in to comment.