feat(utils,link-modules): link between fulfillment provider and stock location (#8275)
what: - adds link between fulfillment provider and stock location RESOLVES CC-233
This commit is contained in:
@@ -44,6 +44,12 @@ export const LINKS = {
|
||||
Modules.STOCK_LOCATION,
|
||||
"location_id"
|
||||
),
|
||||
LocationFulfillmentProvider: composeLinkName(
|
||||
Modules.STOCK_LOCATION,
|
||||
"stock_location_id",
|
||||
Modules.FULFILLMENT,
|
||||
"fulfillment_provider_id"
|
||||
),
|
||||
LocationFulfillmentSet: composeLinkName(
|
||||
Modules.STOCK_LOCATION,
|
||||
"stock_location_id",
|
||||
|
||||
Reference in New Issue
Block a user