Commit 83e45b8f authored by Prayas Jain's avatar Prayas Jain

Resource service changes

parent 38f9a316
......@@ -166,6 +166,7 @@ public class ResourceService implements IResourceService {
resource.setBillableStatus(resourceReq.getBillableStatus());
resource.setBillingStartDate(resourceReq.getBillingStartDate());
resource.setBillingEndDate(resourceReq.getBillingEndDate());
resource.setResourceRole(resourceReq.getResourceRole());
resource.setAuditFields(loginEmpId,MyTeamUtils.UPDATE);
this.updateExistedResource(resource);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment