Author: jaz
Date: Thu Jun 21 22:13:07 2007
New Revision: 549712
URL:
http://svn.apache.org/viewvc?view=rev&rev=549712Log:
fixed login for service
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?view=diff&rev=549712&r1=549711&r2=549712==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml Thu Jun 21 22:13:07 2007
@@ -807,7 +807,7 @@
<field-to-result field-name="parameters.orderPaymentPreferenceId" result-name="orderPaymentPreferenceId"/>
</simple-method>
- <simple-method method-name="getOrderStatus" short-description="Gets an order status">
+ <simple-method method-name="getOrderStatus" short-description="Gets an order status" login-required="false">
<entity-one entity-name="OrderHeader" value-name="order"/>
<if-empty field-name="order">
<add-error><fail-message message="Order not found [{parameters.orderId}]"/></add-error>