svn commit: r1748970 - /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: r1748970 - /ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml

pranayp
Author: pranayp
Date: Sat Jun 18 12:09:24 2016
New Revision: 1748970

URL: http://svn.apache.org/viewvc?rev=1748970&view=rev
Log:
Reverting a bad commit revision 1748958.

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=1748970&r1=1748969&r2=1748970&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml (original)
+++ ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml Sat Jun 18 12:09:24 2016
@@ -29,6 +29,7 @@ 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>