Author: jacopoc
Date: Thu Jul 10 05:10:31 2014
New Revision: 1609389

URL: http://svn.apache.org/r1609389
Log:
Fix bug reported and fixed by Igor Ishchenko in OFBIZ-5185: Unable to delete 
rate associated with employee position

Modified:
    ofbiz/trunk/applications/humanres/servicedef/services.xml

Modified: ofbiz/trunk/applications/humanres/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/servicedef/services.xml?rev=1609389&r1=1609388&r2=1609389&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/humanres/servicedef/services.xml Thu Jul 10 
05:10:31 2014
@@ -642,6 +642,7 @@ under the License.
         <permission-service service-name="humanResManagerPermission" 
main-action="DELETE"/>
         <auto-attributes mode="IN" include="pk" optional="false"/>
         <attribute name="rateAmountFromDate" type="Timestamp" mode="IN" 
optional="true"/><!-- to be able to expire rateamount specific to a party 
records....-->
+        <attribute name="periodTypeId" type="String" mode="IN" 
optional="true"/>
     </service>
 
     <service name="createAgreementEmploymentAppl"  engine="simple" 
default-entity-name="AgreementEmploymentAppl"


Reply via email to