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 08:51:09 UTC

svn commit: r1715478 - /ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml

Author: deepak
Date: Sat Nov 21 07:51:09 2015
New Revision: 1715478

URL: http://svn.apache.org/viewvc?rev=1715478&view=rev
Log:
(OFBIZ-6681) Corrected the lookup-target request for AddQuoteWorkEffort, Thanks Irshad for your contribution.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml?rev=1715478&r1=1715477&r2=1715478&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml Sat Nov 21 07:51:09 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"/>