[
https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-2739.
----------------------------------
Resolution: Fixed
Fix Version/s: Release Branch 9.04
Assignee: Jacques Le Roux
Thanks Pradeep,
Your patch is in trunk at r813702, R9.04 at r813704
> This patch is for Improvent in HR module in Global Hr Setting tabs in
> Paygrade section.
> ----------------------------------------------------------------------------------------
>
> Key: OFBIZ-2739
> URL: https://issues.apache.org/jira/browse/OFBIZ-2739
> Project: OFBiz
> Issue Type: Improvement
> Components: humanres
> Affects Versions: SVN trunk
> Environment: Window XP, JDK 1.6, Processor :[email protected], 1.99GB of
> RAM
> Reporter: Pradeep Ruhil
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: HR PayGrade.patch, HR PayGrade.patch
>
>
> In this patch I have solved two problems that were ocurring in HR->Global HR
> Setting-> Pay Grades->
> First : When you edit a pay grade id that is already created by clicking
> the payGradeId , it will redirect to edit Pay Grade Screen, In this when we
> press the save button it gives me this exception :
> The Following Errors Occurred:
> Error calling event: org.ofbiz.webapp.event.EventHandlerException: No rows to
> process.
> This is coming because in the controller.xml the service type is written
> 'service-multi' for the URI 'updatePayGrade' , as their are no multiple rows
> present in Edit Pay Grade screen, so thats why that error was coming. So i
> changed the service event type to 'service' and error was resolved.
> Second: This issue is that when you select any payGradeId that is already
> created and then you check the Salary Steps for that payGradeId, it was
> showing the Salary Steps of all the payGradeId present. So I resolved that
> issue and now it will display the Salary Step for the selected payGradeId
> only.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.