Use new table for member fees calendar, quick hack for problem with SGR and spaces.

This commit is contained in:
Dominik Pantůček 2023-06-15 15:28:07 +02:00
parent eaced78aee
commit 656789e984
2 changed files with 18 additions and 17 deletions

View file

@ -113,7 +113,8 @@
(if (and (not (null? res))
(sgr-token-spaces? (car res)))
(reverse (cdr res))
(if (and (not (null? (cdr res)))
(if (and (not (null? res))
(not (null? (cdr res)))
(sgr-state? (car res))
(sgr-token-spaces? (cadr res)))
(reverse (cons (car res)