|
@@ -214,6 +214,7 @@ export class StockMovementService {
|
|
|
ctx,
|
|
ctx,
|
|
|
ProductVariant,
|
|
ProductVariant,
|
|
|
orderLine.productVariantId,
|
|
orderLine.productVariantId,
|
|
|
|
|
+ { includeSoftDeleted: true },
|
|
|
);
|
|
);
|
|
|
const saleLocations = await this.stockLocationService.getSaleLocations(
|
|
const saleLocations = await this.stockLocationService.getSaleLocations(
|
|
|
ctx,
|
|
ctx,
|