Load canned reponses before displaying reply form
This commit is contained in:
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…
x
Reference in New Issue
Block a user