Skip to content

Commit

Permalink
Merge pull request #249 from hpi-sam/sprint11-hot-fixes
Browse files Browse the repository at this point in the history
sprint 11 hot fixes
  • Loading branch information
Toni000 authored Jun 3, 2024
2 parents dff8d27 + 5802cbf commit 7d95321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dps_training_k/game/consumers/trainer_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def handle_add_patient(self, _, areaId, patientName, code):
if patient_information.start_status == 551:
try:
material_instances = MaterialInstance.objects.filter(
template__uuid=MaterialIDs.BEATMUNGSGERAET
template__uuid__in=[MaterialIDs.BEATMUNGSGERAET_TRAGBAR, MaterialIDs.BEATMUNGSGERAET_STATIONAER]
)
succeeded = False
for material_instance in material_instances:
Expand Down

0 comments on commit 7d95321

Please sign in to comment.