svn commit: r1609392 - in /ofbiz/branches/release12.04: ./ applications/humanres/servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1609392 - in /ofbiz/branches/release12.04: ./ applications/humanres/servicedef/services.xml

jacopoc
Author: jacopoc
Date: Thu Jul 10 05:11:41 2014
New Revision: 1609392

URL: http://svn.apache.org/r1609392
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/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml

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

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