You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2020/02/22 07:30:15 UTC

[ofbiz-framework] branch trunk updated: Improvement: View Request button should not display when there is no customer request data on Quote Items screen (OFBIZ-10629)

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

akashjain 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 de70b3c  Improvement: View Request button should not display when there is no customer request data on Quote Items screen (OFBIZ-10629)
de70b3c is described below

commit de70b3c9caf20d2c3295e102902ed08ae443978e
Author: akash <ak...@hotwaxsystems.com>
AuthorDate: Sat Feb 22 13:00:34 2020 +0530

    Improvement: View Request button should not display when there is no customer request data on Quote Items screen
    (OFBIZ-10629)
    
    Thanks, Kumar Rahul and Ritesh Kumar for your contribution.
---
 applications/order/widget/ordermgr/QuoteForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/order/widget/ordermgr/QuoteForms.xml b/applications/order/widget/ordermgr/QuoteForms.xml
index 1734b1c..00927d5 100644
--- a/applications/order/widget/ordermgr/QuoteForms.xml
+++ b/applications/order/widget/ordermgr/QuoteForms.xml
@@ -227,7 +227,7 @@ under the License.
         <field name="leadTimeDays"></field>
         <field name="uomId"><hidden/></field>
         <!--<field name="custRequestId"><display description="${custRequestId} - ${custRequestItemSeqId}"/></field>-->
-        <field name="custRequestId" title="${uiLabelMap.CommonViewRequest}" widget-style="buttontext">
+        <field name="custRequestId" use-when="custRequestId!=null" title="${uiLabelMap.CommonViewRequest}" widget-style="buttontext">
             <hyperlink description="${custRequestId}-${custRequestItemSeqId}" target="requestitem" also-hidden="false">
                 <parameter param-name="custRequestId"/>
                 <parameter param-name="custRequestItemSeqId"/>