Hi,
When I Click on Print Multiple PDF in the prescription link, it shows the prescription but without the facility address. Everything else is fine. How to include the facility address in the prescription print out??? please help
You need to customize the the function multiprint_header in the file openemr/controllers/C_Prescription.class.php.
A query to retrieve address of users’ default facility has to be written in that function.