mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-13 14:35:00 -05:00
Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.
Patch from Joachim Herb. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -484,7 +484,8 @@
|
||||
(rest-new (cdr newcol))
|
||||
(rest-existing (cdr existing-data))
|
||||
(rest-result (append-to-element rest-new rest-existing
|
||||
(- length-to-append 1))))
|
||||
(- length-to-append 1)
|
||||
width-to-make)))
|
||||
(cons (cons (widen-and-append
|
||||
current-existing
|
||||
current-new
|
||||
|
||||
Reference in New Issue
Block a user