From a55e457a3413b2ef1ff9f1d2559842802d65165d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 19 Oct 2025 09:55:19 -0500 Subject: [PATCH] Update WorkflowsOrdersInitiation --- WorkflowsOrdersInitiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkflowsOrdersInitiation.md b/WorkflowsOrdersInitiation.md index 3d5bb2d..032f717 100644 --- a/WorkflowsOrdersInitiation.md +++ b/WorkflowsOrdersInitiation.md @@ -31,7 +31,7 @@ Also note that if `Order.status` is not of particular interest to you, the same ## Product Resolution -As with the [[Customer resolution|#Customer_Resolution]], some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur: +As with the [[Customer resolution|#customer-resolution]], some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur: 1. OrderProduct is created with `OrderProduct.product` set to `None`. 1. `OrderProduct.initial_description` is set according to user input, for help in Product identification later.