Files
gnucash/bindings
koldavi 506fd57989 Fix to_string_with_decimal_point_placed
>>> nominator='123456'
A digit is missing in the string returned from to_string_with_decimal_point_placed. The -1 error.
>>> point_place=2
>>> nominator[:-point_place - 1], nominator[-point_place:]
('123', '56')
2021-04-01 13:26:15 +02:00
..
2020-01-30 20:30:04 +08:00
2020-11-02 22:24:05 +08:00