Skip to content
Snippets Groups Projects
Commit e049506b authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] account: _prepare_reconciliation_move_line

float_is_zero(value1-value2) is not equivalent to
float_compare(value1,value2) == 0, as the former will round after
computing the difference, while the latter will round before

opw:678588
parent ffe0db0d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment