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

Resource service changes

parent 38f9a316
...@@ -166,6 +166,7 @@ public class ResourceService implements IResourceService { ...@@ -166,6 +166,7 @@ public class ResourceService implements IResourceService {
resource.setBillableStatus(resourceReq.getBillableStatus()); resource.setBillableStatus(resourceReq.getBillableStatus());
resource.setBillingStartDate(resourceReq.getBillingStartDate()); resource.setBillingStartDate(resourceReq.getBillingStartDate());
resource.setBillingEndDate(resourceReq.getBillingEndDate()); resource.setBillingEndDate(resourceReq.getBillingEndDate());
resource.setResourceRole(resourceReq.getResourceRole());
resource.setAuditFields(loginEmpId,MyTeamUtils.UPDATE); resource.setAuditFields(loginEmpId,MyTeamUtils.UPDATE);
this.updateExistedResource(resource); 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