Fix item cost rounding
This commit is contained in:
parent
ba1344e6bc
commit
5069cdc838
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ ko.bindingHandlers.productTypeahead = {
|
|||
}
|
||||
@endif
|
||||
|
||||
model.cost(roundToTwo(cost, true));
|
||||
model.cost(roundSignificant(cost));
|
||||
}
|
||||
}
|
||||
if (! model.qty() && ! model.isTask()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue