fix: parse account number format with club card

- Changed logic to split input by space: left = club card number, right = account number
- Updated add_participants_by_accounts_bulk() to handle '2521 12-64-89-29-62-40-74' format
- Updated remove_participants_by_accounts_bulk() with same logic
- Now shows club card number in details: 'Name (card: 2521, account: 12-64-89-29-62-40-74)'
- Backwards compatible: still works with just account number (no space)
This commit is contained in:
2025-11-17 08:12:25 +09:00
parent 43d46ea6f8
commit ce696b1e76
3 changed files with 185 additions and 19 deletions

View File

@@ -1 +1 @@
802748
812830