Skip to content

Commit

Permalink
Merge branch 'dev' into 3528-activities-batch
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV authored Nov 14, 2024
2 parents 5eb4b06 + b5fe494 commit 03d6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharedAPI/src/validation/herbicideCalculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export const mSpecie_mLGHerb_spray_usingProdAppRate = (
* ------------------------Helper Functions-----------------------------------
*/
export const parseToRightFormat = (value: number) => {
return Number(value.toFixed(4));
return Number(value.toFixed(10));
};
export interface IGeneralFields {
application_start_time?: Date;
Expand Down

0 comments on commit 03d6940

Please sign in to comment.