Skip to content

Commit

Permalink
Resolve openemr#7301: Add title to appointment (openemr#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelsDustz committed Mar 29, 2024
1 parent 7d30933 commit ed58faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/AppointmentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public function getAppointment($eid)
pce.pc_room,
pce.pc_pid,
pce.pc_hometext,
pce.pc_title,
f1.name as facility_name,
f1_map.uuid as facility_uuid,
f2.name as billing_location_name,
Expand Down

0 comments on commit ed58faf

Please sign in to comment.