mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
The old code relied on the `Voucher.redeemed` value obtained *before* the lock was taken, not afterwards. The change in services/orders.py is functionally pointless, but it makes the pattern of "fill availability only after lock" clearer and might avoid introducing similar bugs in the future.