Update sqlite.py

make compatible to latest libs
This commit is contained in:
2026-01-31 13:05:51 +01:00
parent 54e3c98bf4
commit 77baa2e694

View File

@@ -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"