Skip to content

Commit

Permalink
[PreventionPlanRisk] fix: remove root from select_digiriskelement_list
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Sep 6, 2021
1 parent 3585d76 commit 6aa6129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preventionplan_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@
print '</td>';

print '<td class="bordertop nobottom linecollocation">';
print $digiriskelement->select_digiriskelement_list($item->fk_element, 'fk_element', '', '', 0, 0, array(), '', 0, 0, 'minwidth100', GETPOST('id'), false);
print $digiriskelement->select_digiriskelement_list($item->fk_element, 'fk_element', '', '', 0, 0, array(), '', 0, 0, 'minwidth100', GETPOST('id'), false, 1);
print '</td>';

$coldisplay++;
Expand Down

0 comments on commit 6aa6129

Please sign in to comment.