Skip to content

Commit

Permalink
Update shared.js
Browse files Browse the repository at this point in the history
  • Loading branch information
interduo authored Nov 5, 2023
1 parent 0d033d2 commit 4cd53ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function convert_expence_values(changedel) {
case 'dialog-amount' + expenceid:
default:
let sumnetvalue
grossid.value = Math.round(netsumvalue*(1+taxvalue));
grossid.value = Math.round(netsumvalue*(1+taxvalue)*100)/100;
break;
}
}
Expand Down

0 comments on commit 4cd53ce

Please sign in to comment.