Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-chambers-v2' into fix-chambe…
Browse files Browse the repository at this point in the history
…rs-v2

# Conflicts:
#	api/chambers/views.py
  • Loading branch information
Wellheor1 committed Oct 5, 2024
2 parents ace02aa + 7d6d927 commit c4695f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/chambers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_attending_doctors(request):
"pk": doctor.id,
"fio": f'{doctor.family} {doctor.name} {doctor.patronymic if doctor.patronymic else ""}',
"short_fio": f'{doctor.family} {doctor.name[0]}. {doctor.patronymic[0] if doctor.patronymic else ""}.',
"highlight": False
"highlight": False,
}
for doctor in attending_doctors
]
Expand Down

0 comments on commit c4695f6

Please sign in to comment.