You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/09/06 00:40:59 UTC

svn commit: r692569 - /ofbiz/trunk/applications/order/servicedef/services.xml

Author: adrianc
Date: Fri Sep  5 15:40:58 2008
New Revision: 692569

URL: http://svn.apache.org/viewvc?rev=692569&view=rev
Log:
Replaced missing </services> tag.

Modified:
    ofbiz/trunk/applications/order/servicedef/services.xml

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=692569&r1=692568&r2=692569&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Sep  5 15:40:58 2008
@@ -905,4 +905,4 @@
         <attribute name="paymentMethodId" type="String" mode="IN" optional="true"/>
         <attribute name="paymentMethodId" type="String" mode="OUT" optional="false"/>
     </service>
-
+</services>