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:
Riqwan Thamir
2024-07-25 06:38:19 +00:00
committed by GitHub
parent 44f593a7ca
commit 34cf7a03a2
2 changed files with 74 additions and 0 deletions
+6
View File
@@ -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",