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

This commit is contained in:
Mike Koch 2014-11-18 00:00:06 -05:00
parent fabb910cfd
commit 20760987b7

View File

@ -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++;
}
}