Fix fees and web export.

This commit is contained in:
Dominik Pantůček 2023-05-18 15:45:23 +02:00
parent 2be2371a77
commit fd15ff2821
4 changed files with 5 additions and 10 deletions

View file

@ -84,7 +84,7 @@
(error 'gen-web-static "Directory is a file:" dir))
(when (not (directory-exists? dir))
(create-directory dir))
(let* ((members-list (mbase-members mb))
(let* ((members-list (find-members-by-predicate mb (lambda x #t)))
(mlen0 (length members-list))
(mlen (if (> mlen0 0)
mlen0