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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-5
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"/>