Skip to content

Commit

Permalink
Fix Display Ticket Task
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr authored and trasher committed Jan 15, 2019
1 parent 0086c1e commit d1318f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/commonitiltask.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ function showForm($ID, $options = []) {
'cols' => $cols,
'rows' => $rows]);

echo "</td>";
echo "</td><td colspan='2'>";
echo "<input type='hidden' name='$fkfield' value='".$this->fields[$fkfield]."'>";
echo "</td></tr>\n";

Expand Down

0 comments on commit d1318f8

Please sign in to comment.