Closes #77 Fix print.php to properly format custom fields

merge-requests/2/head
Mike Koch 10 years ago
parent fabb910cfd
commit 20760987b7

@ -217,6 +217,7 @@ foreach ($hesk_settings['custom_fields'] as $k=>$v)
<td bgcolor="#EEE"><b><?php echo $v['name']; ?>:</b></td>
<td bgcolor="#DDD"><?php echo hesk_unhortenUrl($ticket[$k]); ?></td>
<?php
$num_cols++;
}
}

Loading…
Cancel
Save