Update sqlite.py
make compatible to latest libs
This commit is contained in:
@@ -227,11 +227,7 @@ def manual():
|
||||
if len(tvScans.get_children()) > 0:
|
||||
item = tvTickets.item(tvTickets.focus())
|
||||
row = 0
|
||||
|
||||
for (val, k) in enumerate(item.values()):
|
||||
row += 1
|
||||
if row == 3:
|
||||
mBarcode = k[0]
|
||||
mBarcode = item['values'][0]
|
||||
print(mBarcode)
|
||||
insertManualSelectionAsScan(mBarcode) #insert a new "lastScan"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user