Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add print button and put patient's details at top of visit history page #7270 #7359

Merged
merged 7 commits into from
Apr 22, 2024
Merged
Prev Previous commit
Next Next commit
fix styling errors in PR
  • Loading branch information
ruthkonyn committed Apr 16, 2024
commit 02eaac5362b98a302828e383ec504b887a9d771f
2 changes: 1 addition & 1 deletion interface/patient_file/history/encounters.php
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ function changePageSize() {
} // end while

// Dump remaining document lines if count not exceeded.
while ($drow){
while ($drow) {
showDocument($drow);
$drow = sqlFetchArray($dres);
}
Expand Down
Loading