Skip to content

Commit

Permalink
Merge pull request #650 from odisha-muktasoft/UCEM-810-FIX
Browse files Browse the repository at this point in the history
UCEM-810 : updated the param from bill date to created time and date
  • Loading branch information
Tulika-eGov authored Sep 5, 2024
2 parents 60e9574 + a782e05 commit 96ad659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const BillsSearch = {
asSectionHeader: true,
values: [
{ title: "WORKS_BILL_NUMBER", value: billData?.billNumber || "NA"},
{ title: "WORKS_BILL_DATE", value: Digit.Utils.pt.convertEpochToDate(billData?.billDate) || "NA"},
{ title: "WORKS_BILL_DATE", value: Digit.Utils.pt.convertEpochToDate(billData?.auditDetails?.createdTime) || "NA"},
{ title: "WORKS_ORDER_NO", value: WOData?.contractNumber || "NA"},
{ title: "WORKS_PROJECT_ID", value: WOData?.additionalDetails?.projectId || "NA"},
{ title: "PROJECTS_DESCRIPTION", value: WOData?.additionalDetails?.projectDesc || "NA"},
Expand Down

0 comments on commit 96ad659

Please sign in to comment.