You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/09/12 16:12:40 UTC

svn commit: r574964 - /ofbiz/trunk/applications/accounting/servicedef/services_payment.xml

Author: jacopoc
Date: Wed Sep 12 07:12:40 2007
New Revision: 574964

URL: http://svn.apache.org/viewvc?rev=574964&view=rev
Log:
Fix for my last commit.

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=574964&r1=574963&r2=574964&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_payment.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_payment.xml Wed Sep 12 07:12:40 2007
@@ -112,16 +112,16 @@
         <description>Create a payment and a payment application for the full amount</description>
         <auto-attributes entity-name="Payment" include="nonpk" mode="IN" optional="true"/>
         <auto-attributes entity-name="Payment" include="pk" mode="INOUT" optional="true"/>
-        <override name="paymentTypeId" optional="false"/>
-        <override name="partyIdFrom" optional="false"/>
-        <override name="partyIdTo" optional="false"/>
-        <override name="statusId" optional="false"/>
-        <override name="amount" optional="false"/>
         <attribute name="invoiceId" type="String" mode="IN" optional="true"/>
         <attribute name="invoiceItemSeqId" type="String" mode="IN" optional="true"/>
         <attribute name="billingAccountId" type="String" mode="IN" optional="true"/>
         <attribute name="overrideGlAccountId" type="String" mode="IN" optional="true"/>
         <attribute name="taxAuthGeoId" type="String" mode="IN" optional="true"/>
         <attribute name="paymentApplicationId" type="String" mode="OUT" optional="false"/>
+        <override name="paymentTypeId" optional="false"/>
+        <override name="partyIdFrom" optional="false"/>
+        <override name="partyIdTo" optional="false"/>
+        <override name="statusId" optional="false"/>
+        <override name="amount" optional="false"/>
     </service>
 </services>