Skip to content

Commit

Permalink
decimal precision on User rate list
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 3, 2021
1 parent bf71e20 commit c58513a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/MagnusBilling-current.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion classic/src/view/userRate/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Ext.define('MBilling.view.userRate.List', {
}, {
header: t('Sell price'),
dataIndex: 'rateinitial',
renderer: Helper.Util.formatMoneyDecimal,
renderer: Helper.Util.formatMoneyDecimal4,
flex: 2
}, {
header: t('Initial block'),
Expand Down

0 comments on commit c58513a

Please sign in to comment.