Author: lektran
Date: Thu May 29 01:44:34 2008
New Revision: 661260
URL:
http://svn.apache.org/viewvc?rev=661260&view=revLog:
Removed invalid fields from DeductionType seed data
Modified:
ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml
Modified: ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml?rev=661260&r1=661259&r2=661260&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml (original)
+++ ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml Thu May 29 01:44:34 2008
@@ -69,10 +69,10 @@
<EmploymentAppSourceType description="Internet" hasTable="N" parentTypeId="" employmentAppSourceTypeId="INTERNET"/>
<EmploymentAppSourceType description="Advertisement" hasTable="N" parentTypeId="" employmentAppSourceTypeId="ADV"/>
- <DeductionType description="Federal Tax" hasTable="N" parentTypeId="" deductionTypeId="FED_TAX"/>
- <DeductionType description="State Tax" hasTable="N" parentTypeId="" deductionTypeId="STATE_TAX"/>
- <DeductionType description="Insurance" hasTable="N" parentTypeId="" deductionTypeId="INSURANCE"/>
- <DeductionType description="Cafeteria Plan" hasTable="N" parentTypeId="" deductionTypeId="CAFE_PLAN"/>
+ <DeductionType description="Federal Tax" parentTypeId="" deductionTypeId="FED_TAX"/>
+ <DeductionType description="State Tax" parentTypeId="" deductionTypeId="STATE_TAX"/>
+ <DeductionType description="Insurance" parentTypeId="" deductionTypeId="INSURANCE"/>
+ <DeductionType description="Cafeteria Plan" parentTypeId="" deductionTypeId="CAFE_PLAN"/>
<TerminationType description="Resignation" hasTable="N" parentTypeId="" terminationTypeId="RESIGN"/>
<TerminationType description="Fired" hasTable="N" parentTypeId="" terminationTypeId="FIRE"/>