Skip to content

Commit

Permalink
fix(core): Allow fulfillment creation with deleted product variants (#…
Browse files Browse the repository at this point in the history
…2982)

Closes #2434
  • Loading branch information
jacobfrantz1 authored Jul 31, 2024
1 parent 0900286 commit 752c2b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export class StockMovementService {
ctx,
ProductVariant,
orderLine.productVariantId,
{ includeSoftDeleted: true },
);
const saleLocations = await this.stockLocationService.getSaleLocations(
ctx,
Expand Down

0 comments on commit 752c2b6

Please sign in to comment.