codex/add-barcode-scan-to-item #6

Merged
bblaz merged 6 commits from codex/add-barcode-scan-to-item into main 2026-04-11 22:41:12 +00:00
Showing only changes of commit ac2eafb504 - Show all commits
+1 -1
View File
@@ -605,7 +605,7 @@ export function stockDetailPageData(store) {
this.identifierState.error = '';
await runAsyncState(this.identifierState, async () => {
const identifierCode = normalizeIdentifierCode(this.identifierDraft);
const updated = await updateStockItem(store, this.entry.uuid_b64, {
const updated = await patchStockItem(store, this.entry.uuid_b64, {
identifier_code: identifierCode || null,
});