fix: Accept filters in softDelete + fulfillment location clean-up (#7198)

This commit is contained in:
Oli Juhl
2024-05-03 16:32:07 +00:00
committed by GitHub
parent 1366e2efad
commit 2f7b53488d
20 changed files with 232 additions and 114 deletions
+4 -4
View File
@@ -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,