Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hotwax/preorder into preorder/
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Oct 23, 2023
2 parents 26385e5 + 6a9bc3d commit 0fbd6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/stock/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const actions: ActionTree<StockState, RootState> = {
"filters": {
"productId": productIds,
"productId_op": "in",
"productStoreId": this.state.user.currentEComStore.productStoreId
},
"fieldsToSelect": ["productId","atp"],
});
Expand Down

0 comments on commit 0fbd6ca

Please sign in to comment.