I found this on gnucahs-1.4.7, and I haven't checked other versions.
To reproduce the error, modify the ...src/scm/report/hellow-world.scm file.
Here is a diff of hello-world.scm
---------------------------------------
134c134
< #f #t))
---
> #f #f))
292a293,304
> (if (null? accounts)
>
(html-para "There are 0 accounts selected.")
>
(let ((acc (if (> 1 (length accounts))
>
(cadr accounts)
>
(car accounts))))
>
(gnc:account-set-notes acc "Some String")
>
(gnc:refresh-main-window)
>
(html-para (string-append "There are "
>
(number->string
>
(length accounts))
>
" accounts selected."))))
>
---------------------------------------
The new code is inserted between the following two lines in hello-world.scm:
(account-list accounts)
(make-para 'nice-day)
It helps to set the preferences to display the notes fields in the main
window.
-- Gilligan | __o .oooO /| _ \<,_ ( ) /p|\ (_)/ (_) \ ( Oooo. / | \ ------------ \_) ( ) ======== ) / ======== [EMAIL PROTECTED] (_/ ~~~~~~~~~~~~~~~~ [EMAIL PROTECTED]
