Author: adrianc
Date: Thu Jul 12 14:09:27 2012
New Revision: 1360689

URL: http://svn.apache.org/viewvc?rev=1360689&view=rev
Log:
Fixed Mini-language script file that was pointing to the wrong XSD, reported by 
Tom on the user mailing list.

Modified:
    
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml

Modified: 
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml?rev=1360689&r1=1360688&r2=1360689&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml
 (original)
+++ 
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/CheckoutServices.xml
 Thu Jul 12 14:09:27 2012
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-        
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd";>
+        
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods-v2.xsd";>
 
     <simple-method method-name="createUpdateCustomerAndShippingAddress" 
short-description="Create/Update Customer, Shipping Address and other contact 
details." login-required="false">
         <call-map-processor 
xml-resource="component://order/script/org/ofbiz/order/customer/CheckoutMapProcs.xml"


Reply via email to