Author: sichen Date: Thu Oct 5 16:51:47 2006 New Revision: 453431 URL: http://svn.apache.org/viewvc?view=rev&rev=453431 Log: Commented out the automatic setting of commission invoices to READY. Usually commission invoices are reviewed and approved
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?view=diff&rev=453431&r1=453430&r2=453431 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/servicedef/secas.xml Thu Oct 5 16:51:47 2006 @@ -26,10 +26,14 @@ <action service="checkInvoicePaymentApplications" mode="sync"/> <action service="createCommissionInvoices" mode="sync"/> </eca> + + <!-- Uncomment this if you want commission invoices to be set to READY automatically, which means they are official <eca service="createCommissionInvoices" event="commit"> <condition field-name="invoicesCreated" operator="is-not-empty"/> <action service="readyInvoices" mode="sync"/> </eca> + --> + <eca service="createPartyPostalAddress" event="commit"> <condition field-name="paymentMethodId" operator="is-not-empty"/> <action service="setPaymentMethodAddress" mode="sync"/>