Fix order bug for seats in NEWIMPORT
This commit is contained in:
parent
230eb32615
commit
94af5b1ea8
|
@ -1419,9 +1419,8 @@ class Database:
|
|||
p['siteHandNo'],
|
||||
p['handStart'],
|
||||
datetime.today(), #importtime
|
||||
# len(p['names']), #seats
|
||||
p['maxSeats'],
|
||||
p['seats'],
|
||||
p['maxSeats'],
|
||||
p['boardcard1'],
|
||||
p['boardcard2'],
|
||||
p['boardcard3'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user