Skip to content

Commit dcc5b3b

Browse files
Corrected invalid StatusItem key in OrderForms (OFBIZ-13420) (#1239)
Fixed: Corrected invalid StatusItem key in OrderForms (OFBIZ-13420) Corrected invalid StatusItem key in OrderForms ORDER_CANDELLED > ORDER_CANCELLED
1 parent 2e47147 commit dcc5b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/order/widget/ordermgr/OrderForms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ under the License.
195195
<option key="ORDER_HELD" description="${uiLabelMap.CommonHeld}"/>
196196
<option key="ORDER_COMPLETED" description="${uiLabelMap.CommonCompleted}"/>
197197
<option key="ORDER_REJECTED" description="${uiLabelMap.CommonRejected}"/>
198-
<option key="ORDER_CANDELLED" description="${uiLabelMap.CommonCancelled}"/>
198+
<option key="ORDER_CANCELLED" description="${uiLabelMap.CommonCancelled}"/>
199199
</drop-down>
200200
</field>
201201
<field name="roleTypeId">

0 commit comments

Comments
 (0)