mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-utilities] bugfix deprecated function
comm-list was inaccessible for the entries definition
This commit is contained in:
parent
9e23e41fe6
commit
410cbe3972
@ -209,7 +209,7 @@
|
|||||||
(define (gnc:html-make-exchangerates common-commodity exchange-fn accounts)
|
(define (gnc:html-make-exchangerates common-commodity exchange-fn accounts)
|
||||||
(issue-deprecation-warning
|
(issue-deprecation-warning
|
||||||
"gnc:html-make-exchangerates is deprecated. use gnc:html-make-rates-table instead.")
|
"gnc:html-make-exchangerates is deprecated. use gnc:html-make-rates-table instead.")
|
||||||
(let ((comm-list (gnc:accounts-get-commodities accounts common-commodity))
|
(let* ((comm-list (gnc:accounts-get-commodities accounts common-commodity))
|
||||||
(entries (length comm-list))
|
(entries (length comm-list))
|
||||||
(markup (lambda (c) (gnc:make-html-table-cell/markup "number-cell" c)))
|
(markup (lambda (c) (gnc:make-html-table-cell/markup "number-cell" c)))
|
||||||
(table (gnc:make-html-table)))
|
(table (gnc:make-html-table)))
|
||||||
|
Loading…
Reference in New Issue
Block a user