Load canned reponses before displaying reply form

merge-requests/32/head
Mike Koch 7 years ago
parent 93c7ddc528
commit 2050174cd7

@ -1171,14 +1171,14 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
<?php endif; ?>
</div>
<?php
/* Do we need or have any canned responses? */
$can_options = hesk_printCanned();
/* Reply form on top? */
if ($can_reply && $hesk_settings['reply_top'] == 1) {
hesk_printReplyForm();
}
/* Do we need or have any canned responses? */
$can_options = hesk_printCanned();
hesk_printTicketReplies();
echo '<br>';

Loading…
Cancel
Save