svn commit: r1748958 - /ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml

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

svn commit: r1748958 - /ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml

pranayp
Author: pranayp
Date: Sat Jun 18 10:54:23 2016
New Revision: 1748958

URL: http://svn.apache.org/viewvc?rev=1748958&view=rev
Log:
[OFBIZ-7367] Fixed: 'From Date' and 'Through Date' is not setting up on adding a new task member as weren't being sent to service. Thanks Aditi Patidar for the contribution.

Modified:
    ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml

Modified: ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml?rev=1748958&r1=1748957&r2=1748958&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml (original)
+++ ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml Sat Jun 18 10:54:23 2016
@@ -29,7 +29,6 @@ under the License.
         <!-- try to find PartyAcctgPreference for parameters.partyId, see if we need any special quote number sequencing -->
         <entity-one entity-name="PartyAcctgPreference" value-field="partyAcctgPreference"/>
         <log level="info" message="In getNextQuoteId partyId is [${parameters.partyId}], partyAcctgPreference: ${partyAcctgPreference}"/>
-
         <if-not-empty field="partyAcctgPreference">
            <get-related-one relation-name="QuoteCustomMethod" value-field="partyAcctgPreference" to-value-field="customMethod"/>
            <else>