Double check-in on barcode scan #67

Closed
opened 2026-06-02 22:56:12 +00:00 by shawn · 0 comments
Owner

Fix: Removed duplicate doAutoCheckin call from handleBarcode — showScannedAsset already handles it.

Commit: 95a3681

Root cause: Both handleBarcode() and showScannedAsset() called doAutoCheckin(asset.id), resulting in two check-in records per scan.

**Fix:** Removed duplicate doAutoCheckin call from handleBarcode — showScannedAsset already handles it. **Commit:** 95a3681 **Root cause:** Both handleBarcode() and showScannedAsset() called doAutoCheckin(asset.id), resulting in two check-in records per scan.
shawn self-assigned this 2026-06-02 22:56:12 +00:00
shawn closed this issue 2026-06-02 22:56:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/canteen-asset-tracker#67