diff --git a/app/fax_queue/app_languages.php b/app/fax_queue/app_languages.php index 10f9f3f804..293018ecda 100644 --- a/app/fax_queue/app_languages.php +++ b/app/fax_queue/app_languages.php @@ -481,6 +481,26 @@ $text['label-fax_retry_date']['sv-se'] = ''; $text['label-fax_retry_date']['uk-ua'] = ''; + $text['label-fax_notify_date']['en-us'] = 'Notify Date'; + $text['label-fax_notify_date']['ar-eg'] = ''; + $text['label-fax_notify_date']['de-at'] = ''; + $text['label-fax_notify_date']['de-ch'] = ''; + $text['label-fax_notify_date']['de-de'] = ''; + $text['label-fax_notify_date']['es-cl'] = ''; + $text['label-fax_notify_date']['es-mx'] = ''; + $text['label-fax_notify_date']['fr-ca'] = ''; + $text['label-fax_notify_date']['fr-fr'] = ''; + $text['label-fax_notify_date']['he-il'] = ''; + $text['label-fax_notify_date']['it-it'] = ''; + $text['label-fax_notify_date']['nl-nl'] = ''; + $text['label-fax_notify_date']['pl-pl'] = ''; + $text['label-fax_notify_date']['pt-br'] = ''; + $text['label-fax_notify_date']['pt-pt'] = ''; + $text['label-fax_notify_date']['ro-ro'] = ''; + $text['label-fax_notify_date']['ru-ru'] = ''; + $text['label-fax_notify_date']['sv-se'] = ''; + $text['label-fax_notify_date']['uk-ua'] = ''; + $text['description-fax_retry_date']['en-us'] = 'Date the fax was retried'; $text['description-fax_retry_date']['ar-eg'] = ''; $text['description-fax_retry_date']['de-at'] = ''; @@ -501,6 +521,26 @@ $text['description-fax_retry_date']['sv-se'] = ''; $text['description-fax_retry_date']['uk-ua'] = ''; + $text['description-fax_notify_date']['en-us'] = 'Date the fax was notified'; + $text['description-fax_notify_date']['ar-eg'] = ''; + $text['description-fax_notify_date']['de-at'] = ''; + $text['description-fax_notify_date']['de-ch'] = ''; + $text['description-fax_notify_date']['de-de'] = ''; + $text['description-fax_notify_date']['es-cl'] = ''; + $text['description-fax_notify_date']['es-mx'] = ''; + $text['description-fax_notify_date']['fr-ca'] = ''; + $text['description-fax_notify_date']['fr-fr'] = ''; + $text['description-fax_notify_date']['he-il'] = ''; + $text['description-fax_notify_date']['it-it'] = ''; + $text['description-fax_notify_date']['nl-nl'] = ''; + $text['description-fax_notify_date']['pl-pl'] = ''; + $text['description-fax_notify_date']['pt-br'] = ''; + $text['description-fax_notify_date']['pt-pt'] = ''; + $text['description-fax_notify_date']['ro-ro'] = ''; + $text['description-fax_notify_date']['ru-ru'] = ''; + $text['description-fax_notify_date']['sv-se'] = ''; + $text['description-fax_notify_date']['uk-ua'] = ''; + $text['label-fax_retry_count']['en-us'] = 'Retry Count'; $text['label-fax_retry_count']['ar-eg'] = ''; $text['label-fax_retry_count']['de-at'] = ''; @@ -621,4 +661,4 @@ $text['description-fax_command']['sv-se'] = ''; $text['description-fax_command']['uk-ua'] = ''; -?> \ No newline at end of file +?> diff --git a/app/fax_queue/fax_queue.php b/app/fax_queue/fax_queue.php index 062775c6a5..9bdce4d475 100644 --- a/app/fax_queue/fax_queue.php +++ b/app/fax_queue/fax_queue.php @@ -148,6 +148,9 @@ $sql .= "q.fax_retry_date, "; $sql .= "to_char(timezone(:time_zone, q.fax_retry_date), 'DD Mon YYYY') as fax_retry_date_formatted, \n"; $sql .= "to_char(timezone(:time_zone, q.fax_retry_date), 'HH12:MI:SS am') as fax_retry_time_formatted, \n"; + $sql .= "q.fax_notify_date, "; + $sql .= "to_char(timezone(:time_zone, q.fax_notify_date), 'DD Mon YYYY') as fax_notify_date_formatted, \n"; + $sql .= "to_char(timezone(:time_zone, q.fax_notify_date), 'HH12:MI:SS am') as fax_notify_time_formatted, \n"; $sql .= "q.fax_retry_count, "; $sql .= "q.fax_accountcode, "; $sql .= "q.fax_command "; @@ -260,6 +263,7 @@ echo th_order_by('fax_file', $text['label-fax_file'], $order_by, $order); echo th_order_by('fax_status', $text['label-fax_status'], $order_by, $order); echo th_order_by('fax_retry_date', $text['label-fax_retry_date'], $order_by, $order); + echo th_order_by('fax_notify_date', $text['label-fax_notify_date'], $order_by, $order); echo th_order_by('fax_retry_count', $text['label-fax_retry_count'], $order_by, $order); if (permission_exists('fax_queue_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') { echo "