Fax Queue - List: Apply case to Status column value.

This commit is contained in:
fusionate 2023-04-13 20:44:16 +00:00
parent 757fd38c51
commit 53acce3369
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
echo " <td>".escape($row['fax_number'])."</td>\n";
echo " <td>".escape(str_replace(',', ' ', $row['fax_email_address']))."</td>\n";
echo " <td>".escape($row['fax_file'])."</td>\n";
echo " <td>".escape($row['fax_status'])."</td>\n";
echo " <td>".ucwords($text['label-'.$row['fax_status']])."</td>\n";
echo " <td>".escape($row['fax_retry_date_formatted'])." ".escape($row['fax_retry_time_formatted'])."</td>\n";
echo " <td>".escape($row['fax_notify_date_formatted'])." ".escape($row['fax_notify_time_formatted'])."</td>\n";
echo " <td>".escape($row['fax_retry_count'])."</td>\n";