Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update DemandService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt authored Oct 29, 2024
1 parent 244a6e3 commit 80cf95e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ public DemandResponse updateAsync(DemandRequest demandRequest, PaymentBackUpdate
updateAuditDetail.setCreatedTime(demandDetailAuditDetail.getCreatedTime());
updateAuditDetail.setCreatedBy(demandDetailAuditDetail.getCreatedBy());
}

detail.setAuditDetails(updateAuditDetail);
detail.setDemandId(demandId);
detail.setTenantId(demand.getTenantId());
Expand Down

0 comments on commit 80cf95e

Please sign in to comment.