You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/18 10:54:23 UTC

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

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>



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

Posted by Pranay Pandey <pr...@hotwaxsystems.com>.
Oops my bad, very sorry. Going to revert this unwanted change and commit
actual patch.

Pranay

On Saturday 18 June 2016, <pr...@apache.org> wrote:

> 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>
>
>
>

-- 
Thanks and regards,
Pranay Pandey