Skip to content

Commit

Permalink
Merge pull request #830 from odisha-muktasoft/UCEM-1063-3
Browse files Browse the repository at this point in the history
fix for redirection
  • Loading branch information
Tulika-eGov authored Dec 11, 2024
2 parents 1aa3e28 + b7dc7fd commit 21fa5ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const getDefaultValues = (data, t, mbNumber) => {
projectDesc,
projectLocation,
sanctionDate:issueDate ? Digit.DateUtils.ConvertEpochToDate(issueDate) : Digit.DateUtils.ConvertEpochToDate(estimate?.proposalDate),
musterRollNo: musterRoll ? <Link style={{ color: "#C84C0E" }} to={`/works-ui/employee/attendencemgmt/view-attendance?tenantId=${data?.allMeasurements?.[0]?.tenantId}&musterRollNumber=${musterRoll}`}>{musterRoll}</Link> : "NA",
musterRollNo: musterRoll ? <Link style={{ color: "#C84C0E" }} to={`/works-ui/employee/attendencemgmt/view-attendance?tenantId=${data?.allMeasurements?.[0]?.tenantId || Digit.ULBService.getCurrentTenantId()}&musterRollNumber=${musterRoll}`}>{musterRoll}</Link> : "NA",
measurementPeriod: measurementPeriod,
CurrentStartDate,
CurrentEndDate,
Expand Down

0 comments on commit 21fa5ba

Please sign in to comment.