Skip to content

Commit

Permalink
Merge pull request #658 from odisha-muktasoft/UCEM-846
Browse files Browse the repository at this point in the history
adding source as Web while creating MB
  • Loading branch information
Tulika-eGov authored Sep 10, 2024
2 parents e216671 + f0e8c9e commit 5d3959d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ const measurement= {
// update the additional details
measurement.additionalDetails={
...measurement.additionalDetails,
...{sorAmount : sumSor, nonSorAmount : sumNonSor,totalAmount : sumSor + sumNonSor}
...{sorAmount : sumSor, nonSorAmount : sumNonSor,totalAmount : sumSor + sumNonSor},
source: "Web"
}

/* added as a temporary fix that sends entrydate */
Expand Down

0 comments on commit 5d3959d

Please sign in to comment.