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/05 17:31:26 UTC

svn commit: r572971 - /ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml

Author: jaz
Date: Wed Sep  5 08:31:25 2007
New Revision: 572971

URL: http://svn.apache.org/viewvc?rev=572971&view=rev
Log:
fixed bad parameters; now creates comments for service credit applications

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml?rev=572971&r1=572970&r2=572971&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml Wed Sep  5 08:31:25 2007
@@ -199,7 +199,7 @@
         <attribute name="finAccountId" type="String" mode="INOUT" optional="true"/>
         <attribute name="finAccountName" type="String" mode="IN" optional="true"/>
         <attribute name="reasonEnumId" type="String" mode="IN" optional="true"/>
-        <attribute name="comment" type="String" mode="IN" optional="true"/>
+        <attribute name="comments" type="String" mode="IN" optional="true"/>
         <attribute name="partyId" type="String" mode="IN" optional="false"/>
         <attribute name="amount" type="Double" mode="IN" optional="false"/>
         <attribute name="currencyUomId" type="String" mode="IN" optional="true"/>