Closed xkikeg closed 2 months ago
It used to deduce the following balance assertion in a wrong way when Account 1 has multi commodities balance.
Account 1
2024/08/01 Foo Account 1 = 10 JPY Account 2
It must set the balance of Account 1 to 10 JPY + X other commodities, but it used to set exactly 10 JPY.
It used to deduce the following balance assertion in a wrong way when
Account 1
has multi commodities balance.It must set the balance of
Account 1
to 10 JPY + X other commodities, but it used to set exactly 10 JPY.