Skip to content

Commit

Permalink
adding source as Web while creating MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamalesh-egov committed Sep 10, 2024
1 parent 2b4029a commit f0e8c9e
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 f0e8c9e

Please sign in to comment.