diff --git a/app/email_queue/email_queue_edit.php b/app/email_queue/email_queue_edit.php index 1a8643ee8a..d53f08d734 100644 --- a/app/email_queue/email_queue_edit.php +++ b/app/email_queue/email_queue_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2022-2023 + Portions created by the Initial Developer are Copyright (C) 2022-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -392,16 +392,18 @@ echo "\n"; echo "\n"; - echo "\n"; - echo "\n"; - echo " ".$text['label-email_response']."\n"; - echo "\n"; - echo "\n"; - echo " \n"; - echo "
\n"; - echo ($text['description-email_response'] ?? '')."\n"; - echo "\n"; - echo "\n"; + if ($_SESSION['email_queue']['save_response']['boolean'] == 'true') { + echo "\n"; + echo "\n"; + echo " ".$text['label-email_response']."\n"; + echo "\n"; + echo "\n"; + echo " \n"; + echo "
\n"; + echo ($text['description-email_response'] ?? '')."\n"; + echo "\n"; + echo "\n"; + } echo ""; echo "

";