Author: jleroux
Date: Thu Dec 16 15:57:39 2010
New Revision: 1050017

URL: http://svn.apache.org/viewvc?rev=1050017&view=rev
Log:
Fix a bug in demo data (ok in trunk)

Modified:
    
ofbiz/branches/release09.04/applications/manufacturing/data/ManufacturingExampleData.xml

Modified: 
ofbiz/branches/release09.04/applications/manufacturing/data/ManufacturingExampleData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/manufacturing/data/ManufacturingExampleData.xml?rev=1050017&r1=1050016&r2=1050017&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/applications/manufacturing/data/ManufacturingExampleData.xml
 (original)
+++ 
ofbiz/branches/release09.04/applications/manufacturing/data/ManufacturingExampleData.xml
 Thu Dec 16 15:57:39 2010
@@ -40,9 +40,9 @@ under the License.
     <FixedAsset fixedAssetId="DEMO_FOOD" fixedAssetName="Demo Food" 
fixedAssetTypeId="PRODUCTION_EQUIPMENT" parentFixedAssetId="DEMO_FOOD_GROUP" 
calendarId="DEMO_CALENDAR"/>
     <FixedAssetGeoPoint fixedAssetId="DEMO_FOOD" geoPointId="9000" 
fromDate="2009-01-09 00:00:00.000"/>
 
-    <FixedAsset fixedAssetId="DEMO_PROD_EQUIPMT_1" fixedAssetName="Demo 
Production Equipment One" fixedAssetTypeId="PRODUCTION_EQUIPMENT" 
dateAcquired="2005-01-01 00:01:00.0" expectedEndOfLife="2010-1-1" 
calendarId="DEMO_CALENDAR" salvageValue="50" purchaseCost="1000"/>
+    <FixedAsset fixedAssetId="DEMO_PROD_EQUIPMT_1" fixedAssetName="Demo 
Production Equipment One" fixedAssetTypeId="PRODUCTION_EQUIPMENT" 
dateAcquired="2005-01-01 00:01:00.0" expectedEndOfLife="2010-01-01" 
calendarId="DEMO_CALENDAR" salvageValue="50" purchaseCost="1000"/>
     <FixedAssetGeoPoint fixedAssetId="DEMO_PROD_EQUIPMT_1" geoPointId="9000" 
fromDate="2009-01-09 00:00:00.000"/>
-    <FixedAsset fixedAssetId="DEMO_PROD_EQUIPMT_2" fixedAssetName="Demo 
Production Equipment Two" fixedAssetTypeId="PRODUCTION_EQUIPMENT" 
dateAcquired="2005-01-01 00:01:00.0" expectedEndOfLife="2010-1-1" 
calendarId="DEMO_CALENDAR" salvageValue="50" purchaseCost="1000"/>
+    <FixedAsset fixedAssetId="DEMO_PROD_EQUIPMT_2" fixedAssetName="Demo 
Production Equipment Two" fixedAssetTypeId="PRODUCTION_EQUIPMENT" 
dateAcquired="2005-01-01 00:01:00.0" expectedEndOfLife="2010-01-01" 
calendarId="DEMO_CALENDAR" salvageValue="50" purchaseCost="1000"/>
     <FixedAssetGeoPoint fixedAssetId="DEMO_PROD_EQUIPMT_2" geoPointId="9000" 
fromDate="2009-01-09 00:00:00.000"/>
 
     <FixedAssetDepMethod depreciationCustomMethodId="STR_LINE_DEP_FORMULA" 
fixedAssetId="DEMO_PROD_EQUIPMT_1"/>


Reply via email to