svn commit: r1341344 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml

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

svn commit: r1341344 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml

hansbak-2
Author: hansbak
Date: Tue May 22 08:21:01 2012
New Revision: 1341344

URL: http://svn.apache.org/viewvc?rev=1341344&view=rev
Log:
comment of jacopo: not required code

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml?rev=1341344&r1=1341343&r2=1341344&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml Tue May 22 08:21:01 2012
@@ -1132,9 +1132,6 @@ under the License.
         <map-to-map map="parameters" to-map="bodyParameters"/>
         <set field="emailType" value="PRDS_CUST_ACTIVATED"/>
         <set field="productStoreId" from-field="parameters.productStoreId" />
-        <if-empty field="productStoreId">
-            <log level="warning" message="No productStoreId specified."/>
-        </if-empty>
         <entity-one entity-name="ProductStoreEmailSetting" value-field="storeEmail">
             <field-map field-name="emailType"/>
             <field-map field-name="productStoreId"/>