Fix order bug for seats in NEWIMPORT

This commit is contained in:
Worros 2009-10-06 12:08:20 +08:00
parent 230eb32615
commit 94af5b1ea8

View File

@ -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'],