From a3e3f224ee906bc72c9093f4df4e0da372a2b1e6 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 19 Oct 2025 09:56:25 -0500 Subject: [PATCH] Update WorkflowsOrdersInitiation --- WorkflowsOrdersInitiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkflowsOrdersInitiation.md b/WorkflowsOrdersInitiation.md index 032f717..c3dd149 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" (above), 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.