You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2020/01/05 19:24:27 UTC

[ofbiz-framework] branch release18.12 updated: Fixed: Fix typo

This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 0b80fdd  Fixed: Fix typo
0b80fdd is described below

commit 0b80fdd4506b9abb020292bbd0c2d3e78ac41b58
Author: Deepak Dixit <de...@hotwax.co>
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"/>