changes to the Scanning processing
Release Inventarsystem / release-docker (push) Successful in 2m27s

This commit is contained in:
2026-09-14 09:40:59 +02:00
parent 23dfb7d719
commit acfb633cda
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -1414,7 +1414,8 @@
},
body: JSON.stringify({
student_card_id: activeStudentCardId,
item_code: scannedCode
item_code: scannedCode,
action: 'borrow'
})
});