Skip to content

Commit

Permalink
feat(picqer): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Nov 29, 2023
1 parent 10572a4 commit 6bc1f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vendure-plugin-picqer/src/api/picqer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export class PicqerService implements OnApplicationBootstrap {
await this.connection.getRepository(ctx, StockLevel).save({
id: stockLevelId,
stockOnHand: picqerStock.freestock,
stockAllocated: 0, // Reset allocations based on Picqer events, because of our custom fulfilmentproces
stockAllocated: 0, // Reset allocations, because we skip fulfillment with this plugin
});
// Add stock adjustment
stockAdjustments.push(
Expand Down

0 comments on commit 6bc1f99

Please sign in to comment.