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:
Mike Koch 2017-01-03 17:05:01 +00:00
commit 3557d5a97f

View File

@ -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>';