This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new d26e256 Fixed: Fix typo
d26e256 is described below
commit d26e2568d4c7d5f21df4b514d6d149853060f53a
Author: Deepak Dixit <
[hidden email]>
AuthorDate: Mon Jan 6 00:53:32 2020 +0530
Fixed: Fix typo
---
applications/order/widget/ordermgr/CustRequestForms.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/order/widget/ordermgr/CustRequestForms.xml b/applications/order/widget/ordermgr/CustRequestForms.xml
index 7ae4336..9a4b78e 100644
--- a/applications/order/widget/ordermgr/CustRequestForms.xml
+++ b/applications/order/widget/ordermgr/CustRequestForms.xml
@@ -265,7 +265,7 @@ under the License.
<field use-when="custRequest==null" name="statusId"><hidden value="CRQ_SUBMITTED"/></field>
<field use-when="custRequest!=null" name="statusId">
- <drop-down allow-empty="false" current="first-in-list" current-description="${currentStatus.description}toto">
+ <drop-down allow-empty="false" current="first-in-list" current-description="${currentStatus.description}">
<entity-options entity-name="StatusValidChangeToDetail" key-field-name="statusIdTo" description="${transitionName} (${description})">
<entity-constraint name="statusId" value="${custRequest.statusId}"/>
<entity-order-by field-name="sequenceId"/>