Use specific fee in all computations.

This commit is contained in:
Dominik Pantůček 2023-12-23 19:57:40 +01:00
parent 28dd25998b
commit c987ac6c81
2 changed files with 7 additions and 5 deletions

View file

@ -487,8 +487,7 @@
(let ((fee-period (cal-month-find-period fee-periods)))
(if fee-period
(let ()
(print fee-period)
#t)
(car (cal-period-scomment fee-period)))
#f))
#f)))