Skip to content
Snippets Groups Projects
Commit 8aa6aa0c authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] account: entries analysis with null values in debit/credit

In SQL, the addition/subtraction between NULL and an integer/numeric
returns NULL.

Therefore, if either debit or credit was set to null instead
of 0.0, debit-credit returned null, instead of the actual subtraction

opw-634044
parent 567ade56
No related branches found
No related tags found
No related merge requests found
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