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; ?>
|
<?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…
x
Reference in New Issue
Block a user