Author: jacopoc
Date: Wed Aug 1 01:49:40 2007
New Revision: 561712
URL:
http://svn.apache.org/viewvc?view=rev&rev=561712Log:
Formatting fixes: tabs to spaces
Modified:
ofbiz/trunk/applications/accounting/servicedef/secas.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/secas.xml?view=diff&rev=561712&r1=561711&r2=561712==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/secas.xml Wed Aug 1 01:49:40 2007
@@ -143,11 +143,9 @@
-->
<!-- automatically create a fixed asset when a 'asset usage' type product
- is created and create the link between them -->
+ is created and create the link between them -->
<eca service="createProduct" event="commit">
<condition field-name="productTypeId" operator="equals" value="ASSET_USAGE"/>
<action service="createFixedAssetAndLinkToProduct" mode="sync"/>
</eca>
-
-
</service-eca>