Author: sichen
Date: Thu Jul 27 11:18:40 2006
New Revision: 426180
URL:
http://svn.apache.org/viewvc?rev=426180&view=revLog:
Forgot to add this new parameter from last commit
Modified:
incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml
Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml?rev=426180&r1=426179&r2=426180&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml Thu Jul 27 11:18:40 2006
@@ -99,6 +99,7 @@
<attribute name="accountBalance" type="Double" mode="OUT" optional="false"/>
<attribute name="netAccountBalance" type="Double" mode="OUT" optional="false"/>
<attribute name="availableBalance" type="Double" mode="OUT" optional="false"/>
+ <attribute name="availableToCapture" type="Double" mode="OUT" optional="false"/>
<attribute name="billingAccount" type="GenericValue" mode="OUT" optional="false"/>
</service>
</services>