fix: Accept filters in softDelete + fulfillment location clean-up (#7198)
This commit is contained in:
@@ -44,11 +44,11 @@ export const LINKS = {
|
||||
Modules.STOCK_LOCATION,
|
||||
"location_id"
|
||||
),
|
||||
FulfillmentSetLocation: composeLinkName(
|
||||
Modules.FULFILLMENT,
|
||||
"fulfillment_set_id",
|
||||
LocationFulfillmentSet: composeLinkName(
|
||||
Modules.STOCK_LOCATION,
|
||||
"location_id"
|
||||
"stock_location_id",
|
||||
Modules.FULFILLMENT,
|
||||
"fulfillment_set_id"
|
||||
),
|
||||
OrderPromotion: composeLinkName(
|
||||
Modules.ORDER,
|
||||
|
||||
Reference in New Issue
Block a user