svn commit: r426180 - /incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r426180 - /incubator/ofbiz/trunk/applications/accounting/servicedef/services_billing.xml

sichen
Author: sichen
Date: Thu Jul 27 11:18:40 2006
New Revision: 426180

URL: http://svn.apache.org/viewvc?rev=426180&view=rev
Log:
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>