Skip to content

Commit

Permalink
Merge branch 'bibs-and-cards-index' of https://github.com/alex-karpov…
Browse files Browse the repository at this point in the history
…/pysport into bibs-and-cards-index
  • Loading branch information
alex-karpov committed Aug 17, 2024
2 parents 73a5afc + a1c10c7 commit 8590f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sportorg/gui/dialogs/result_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def apply_changes_impl(self):
if new_person:
if result.person:
if result.is_punch():
result.person.pset_card_number(0)
result.person.set_card_number(0)
result.person = new_person
if result.is_punch():
race().person_card_number(result.person, result.card_number)
Expand Down

0 comments on commit 8590f15

Please sign in to comment.