Skip to content

Commit

Permalink
fix: fix billing manager To Encounter button to load proper person
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed May 2, 2024
1 parent a379476 commit 23746a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/billing/billing_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,11 @@ function toencounter(pid, pubpid, pname, enc, datestr, dobstr) {
top.restoreSession();
encurl = 'patient_file/encounter/encounter_top.php?set_encounter=' + encodeURIComponent(enc) +
'&pid=' + encodeURIComponent(pid);
paturl = 'patient_file/summary/insurance_edit.php?pid=' + encodeURIComponent(pid);
parent.left_nav.setPatient(pname, pid, pubpid, '', dobstr);
parent.left_nav.setEncounter(datestr, enc, 'enc');
parent.left_nav.loadFrame('enc2', 'enc', encurl);
parent.left_nav.loadFrame('dem1', 'pat', paturl);
}

// Process a click to go to an patient.
Expand Down

0 comments on commit 23746a0

Please sign in to comment.