You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/05/29 10:44:34 UTC

svn commit: r661260 - /ofbiz/trunk/applications/humanres/data/HumanResTypeData.xml

Author: lektran
Date: Thu May 29 01:44:34 2008
New Revision: 661260

URL: http://svn.apache.org/viewvc?rev=661260&view=rev
Log:
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"/>