You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/10 07:11:33 UTC

svn commit: r1609391 - in /ofbiz/branches/release11.04: ./ applications/humanres/servicedef/services.xml

Author: jacopoc
Date: Thu Jul 10 05:11:32 2014
New Revision: 1609391

URL: http://svn.apache.org/r1609391
Log:
Applied fix from trunk for revision: 1609389 
===

Fix bug reported and fixed by Igor Ishchenko in OFBIZ-5185: Unable to delete rate associated with employee position


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/humanres/servicedef/services.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609389

Modified: ofbiz/branches/release11.04/applications/humanres/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/humanres/servicedef/services.xml?rev=1609391&r1=1609390&r2=1609391&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/humanres/servicedef/services.xml (original)
+++ ofbiz/branches/release11.04/applications/humanres/servicedef/services.xml Thu Jul 10 05:11:32 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"