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; ?> <?php endif; ?>
</div> </div>
<?php <?php
/* Do we need or have any canned responses? */
$can_options = hesk_printCanned();
/* Reply form on top? */ /* Reply form on top? */
if ($can_reply && $hesk_settings['reply_top'] == 1) { if ($can_reply && $hesk_settings['reply_top'] == 1) {
hesk_printReplyForm(); hesk_printReplyForm();
} }
/* Do we need or have any canned responses? */
$can_options = hesk_printCanned();
hesk_printTicketReplies(); hesk_printTicketReplies();
echo '<br>'; echo '<br>';

Loading…
Cancel
Save