This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4f29182ef7 Corrected invalid StatusItem key in OrderForms
(OFBIZ-13420) (#1238)
4f29182ef7 is described below
commit 4f29182ef7ca6cc51e3e82495489c7502db3b27d
Author: chandan-khandelwal <[email protected]>
AuthorDate: Fri May 22 16:05:30 2026 +0530
Corrected invalid StatusItem key in OrderForms (OFBIZ-13420) (#1238)
Fixed: Corrected invalid StatusItem key in OrderForms
(OFBIZ-13420)
Corrected invalid StatusItem key in OrderForms ORDER_CANDELLED >
ORDER_CANCELLED
---
applications/order/widget/ordermgr/OrderForms.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/order/widget/ordermgr/OrderForms.xml
b/applications/order/widget/ordermgr/OrderForms.xml
index a48481cf4b..da30a6ef8f 100644
--- a/applications/order/widget/ordermgr/OrderForms.xml
+++ b/applications/order/widget/ordermgr/OrderForms.xml
@@ -195,7 +195,7 @@ under the License.
<option key="ORDER_HELD"
description="${uiLabelMap.CommonHeld}"/>
<option key="ORDER_COMPLETED"
description="${uiLabelMap.CommonCompleted}"/>
<option key="ORDER_REJECTED"
description="${uiLabelMap.CommonRejected}"/>
- <option key="ORDER_CANDELLED"
description="${uiLabelMap.CommonCancelled}"/>
+ <option key="ORDER_CANCELLED"
description="${uiLabelMap.CommonCancelled}"/>
</drop-down>
</field>
<field name="roleTypeId">