PDF output

juggernautsei wrote on Tuesday, January 07, 2014:

In the custom_report.php file, line 525 approx

a href=“custom_report.php?printable=1&<?php print postToGet($ar); ?>” class=‘link_submit’ target=‘new’

produces this link
openemr/interface/patient_file/report/custom_report.php?printable=1&pdf=0&LBF013_13370=72517&

I have been trying to locate where the postToGet($ar) is generated from.

Can anyone tell me where to find the code that generates

Thanks!

cmswest wrote on Tuesday, January 07, 2014:

juggernautsei wrote on Tuesday, January 07, 2014:

Stephen, thanks for the reply but the postToGet() function is used in a lot of places in the program. This one did not help.

Or I don’t understand the link. This file does not exist in the 4.1.2 copy that I have.

juggernautsei wrote on Tuesday, January 07, 2014:

Sometimes it’s not till you ask the question out loud that you find the answer. The answer to my question is in the patient_report.php.

1 Like