I need to change the behavior so each billing line shows the patient assigned provider rather than the default provider (-Default-). Does any one know how? It is normally found xampp\htdocs\openemr\interface\forms\fee_sheet. Thank you.
Yes, I do have choices in my drop down list. providers i have added.
I wish not to have to choose a provider. Instead the information from the patient’s demographics should linked so when i add additional lines of fee code i don t have to change the drop down. By default it reads -Default-
Hi,
It’s actually even simpler; you’ll substitute the $provider_id variable with a variable that represents the primary provider you get above (however, you only do this if the $provider_id is not set to zero or not set).
-brady OpenEMR