You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patient --> Report (title right) contain facility name, address and phone number. The fax number information already present in the database and it would be nice to have it included with the facility information
Describe the solution you'd like
A fax number can be pulled from the database using this code:
Describe the problem
Patient --> Report (title right) contain facility name, address and phone number. The fax number information already present in the database and it would be nice to have it included with the facility information
Describe the solution you'd like
A fax number can be pulled from the database using this code:
if (preg_match('/[1-9]/', ($r['fax'] ?? ''))) { $s .= "<br />Fax: " . text($r['fax']) . "\n"; }
The text was updated successfully, but these errors were encountered: