Skip to content

Commit

Permalink
Merge pull request #280 from odisha-muktasoft/PFM-5812-1
Browse files Browse the repository at this point in the history
PFM-5812 : updated the logic of numitems while creating and updating …
  • Loading branch information
Tulika-eGov authored Mar 7, 2024
2 parents 34e00c4 + 75b28d1 commit fccaf95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const getMeasurementFromMeasures = (item, type) => {
length: parseFloat(measure?.length),
breadth:parseFloat(measure?.width),
height: parseFloat(measure?.height),
numItems: measure?.number || measure?.noOfunit,
numItems: measure?.noOfunit,
currentValue: measure?.noOfunit,
description : measure?.description,
cumulativeValue: 0,
Expand Down

0 comments on commit fccaf95

Please sign in to comment.