Merge lp://staging/~pedro.baeza/ocb-addons/7.0-bug-1173102 into lp://staging/ocb-addons
Proposed by
Pedro Manuel Baeza
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Pedro Manuel Baeza | ||||
Proposed branch: | lp://staging/~pedro.baeza/ocb-addons/7.0-bug-1173102 | ||||
Merge into: | lp://staging/ocb-addons | ||||
Diff against target: |
13 lines (+1/-2) 1 file modified
account/account.py (+1/-2) |
||||
To merge this branch: | bzr merge lp://staging/~pedro.baeza/ocb-addons/7.0-bug-1173102 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Holger Brunn (Therp) | code review | Needs Information | |
Review via email: mp+205911@code.staging.launchpad.net |
Description of the change
[FIX] account: Problem rounding taxes when taxes are included in price.
See lp:1173102 for more details.
To post a comment you must log in.
Unmerged revisions
- 9920. By Pedro Manuel Baeza
-
[FIX] account: Problem rounding taxes when taxes are included in price.
This looks to me like someone calls _compute with the wrong precision. I think http:// bazaar. launchpad. net/~ocb/ ocb-addons/ 7.0/view/ head:/account/ account. py#L2189 is the culprit. Shouldn't we rather fix it there instead of ignoring the precision we get passed in _compute?