Add print query parameter to stock POST request
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ export async function createStockEntry(store, body) {
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
body,
|
body,
|
||||||
includeKitchen: false,
|
includeKitchen: false,
|
||||||
query: { label: 1 },
|
query: { label: 1, print: 1 },
|
||||||
});
|
});
|
||||||
return unwrapEntryPayload(payload);
|
return unwrapEntryPayload(payload);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user