Skip to content
  • Cristian Oneț's avatar
    Fix the cleared balance of liability accounts. · 93afc106
    Cristian Oneț authored
    The problem was caused by the fact that when refactored, the code
    didn't consider the fact that previously the balance was also being
    multiplied by factor. Instead of using factor at each step use it
    only at the end when the result is returned since it's faster this
    way.
    
    BUG: 338684
    (cherry picked from commit 850b95c1)
    93afc106