feat(dashboard, js-sdk, types): receive return e2e (#8305)
**What** - receive return flow - order summary section adjustments - fix received item in summary - activity event --- CLOSES TRI-79 CC-256
This commit is contained in:
@@ -223,6 +223,11 @@ export const RouteMap: RouteObject[] = [
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-create-fulfillment"),
|
||||
},
|
||||
{
|
||||
path: "returns/:return_id/receive",
|
||||
lazy: () =>
|
||||
import("../../routes/orders/order-receive-return"),
|
||||
},
|
||||
{
|
||||
path: "allocate-items",
|
||||
lazy: () =>
|
||||
|
||||
Reference in New Issue
Block a user