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',
|
||||
body,
|
||||
includeKitchen: false,
|
||||
query: { label: 1 },
|
||||
query: { label: 1, print: 1 },
|
||||
});
|
||||
return unwrapEntryPayload(payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user