You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/06/06 15:23:47 UTC

svn commit: r663932 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Author: mor
Date: Fri Jun  6 06:23:46 2008
New Revision: 663932

URL: http://svn.apache.org/viewvc?rev=663932&view=rev
Log:
small fix

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml?rev=663932&r1=663931&r2=663932&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml Fri Jun  6 06:23:46 2008
@@ -321,7 +321,7 @@
             <result-to-field result-name="paymentMethodId"/>
             <result-to-field result-name="oldPaymentMethodId"/>
         </call-service>
-        <log level="info" message="====== New paymentMethodId [${paymentMethodId}] created for party [${partyId}] ======"/>
+        <log level="info" message="====== New paymentMethodId [${paymentMethodId}] created for party [${serviceCtx.partyId}] ======"/>
         <entity-one entity-name="PaymentMethodAndCreditCard" value-name="paymentMethodAndCreditCard"/>
         <assert>
             <not><if-empty field-name="paymentMethodAndCreditCard"/></not>