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 2015/11/21 09:12:02 UTC

svn commit: r1715483 - /ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml

Author: deepak
Date: Sat Nov 21 08:12:02 2015
New Revision: 1715483

URL: http://svn.apache.org/viewvc?rev=1715483&view=rev
Log:
Applied fix from trunk for revision: 1715477 
===

(OFBIZ-6683) Corrected the lookup-target request for AddCommEventWorkEffort, Thanks Irshad for your contribution.

Modified:
    ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml

Modified: ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml?rev=1715483&r1=1715482&r2=1715483&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml (original)
+++ ofbiz/branches/release13.07/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml Sat Nov 21 08:12:02 2015
@@ -52,7 +52,7 @@ under the License.
 
         <field name="quoteId" map-name="parameters"><display/></field>
         <field name="workEffortId" use-when="workEffort==null&amp;&amp;workEffortId!=null">
-            <lookup target-form-name="/workeffort/control/LookupWorkEffort"/>
+            <lookup target-form-name="LookupWorkEffort"/>
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext">
             <submit button-type="text-link"/>