Merge branch '489-canned-responses-not-showing' into '3-0-1'
Load canned responses before displaying reply form See merge request !32
This commit is contained in:
commit
3557d5a97f
@ -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