Skip to content

Commit

Permalink
fix(core): fulfillment creation with deleted product variants
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfrantz1 committed Jul 30, 2024
1 parent fdbaa57 commit 4ccfe1e
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 4ccfe1e

Please sign in to comment.