From cd5094dc67863f083b93dfa0fb84077364aaa163 Mon Sep 17 00:00:00 2001 From: Andy-Seattle <56096200+Andy-Seattle@users.noreply.github.com> Date: Wed, 30 Oct 2019 18:09:33 -0700 Subject: [PATCH] Update voicemails.php (#4806) * Update voicemails.php If Transcription enabled in default settings show transcription state for each voicemail box * Update voicemails.php * Update voicemails.php --- app/voicemails/voicemails.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/voicemails/voicemails.php b/app/voicemails/voicemails.php index 29d5ade81f..1333a1ce36 100644 --- a/app/voicemails/voicemails.php +++ b/app/voicemails/voicemails.php @@ -153,6 +153,9 @@ echo th_order_by('voicemail_mail_to', $text['label-voicemail_mail_to'], $order_by, $order); echo th_order_by('voicemail_file', $text['label-voicemail_file_attached'], $order_by, $order); echo th_order_by('voicemail_local_after_email', $text['label-voicemail_local_after_email'], $order_by, $order); + if (isset($_SESSION['voicemail']['transcribe_enabled']['boolean']) && $_SESSION['voicemail']['transcribe_enabled']['boolean'] == 'true') { + echo th_order_by('voicemail_transcription_enabled', $text['label-voicemail_transcribe_enabled'], $order_by, $order); + } echo "