Author: jleroux
Date: Fri May 14 10:54:34 2010
New Revision: 944201
URL:
http://svn.apache.org/viewvc?rev=944201&view=revLog:
Fix a bug introduced at r943788
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_payment.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_payment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_payment.xml?rev=944201&r1=944200&r2=944201&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_payment.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_payment.xml Fri May 14 10:54:34 2010
@@ -238,7 +238,7 @@ under the License.
location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentFromOrder" auth="true">
<description>create Payment from Order</description>
<attribute name="orderId" type="String" mode="IN" optional="false"/>
- <attribute name="paymentId" type="String" mode="OUT" optional="false"/>
+ <attribute name="paymentId" type="String" mode="OUT" optional="true"/>
</service>
<service name="createMatchingPaymentApplication" engine="simple"