svn commit: r419413 - /incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml

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

svn commit: r419413 - /incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml

jonesde
Author: jonesde
Date: Wed Jul  5 19:37:22 2006
New Revision: 419413

URL: http://svn.apache.org/viewvc?rev=419413&view=rev
Log:
Disabled commission calculation, breaks order creation for digital products; see OFBIZ-80 for details

Modified:
    incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml

Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml?rev=419413&r1=419412&r2=419413&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml Wed Jul  5 19:37:22 2006
@@ -30,7 +30,7 @@
     <eca service="createPaymentApplication" event="commit">
         <condition field-name="invoiceId" operator="is-not-empty"/>
         <action service="checkInvoicePaymentApplications" mode="sync"/>
-        <action service="createCommissionInvoices" mode="sync"/>
+        <!-- commission code not working right now for digital products; for details see Jira issue: #OFBIZ-80; <action service="createCommissionInvoices" mode="sync"/> -->
     </eca>
     <eca service="createCommissionInvoices" event="commit">
         <condition field-name="invoicesCreated" operator="is-not-empty"/>