Fax - Sent: Added Recipient column, if allowed.

This commit is contained in:
fusionate
2024-09-17 14:38:11 -06:00
parent 7cd6aec9df
commit e4aa30bcd6
7 changed files with 69 additions and 11 deletions

View File

@@ -147,6 +147,11 @@
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '1';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the Caller ID number.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_recipient';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '1';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the fax recipipent.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '1';