Bug in CVS?

Christian Stimming stimming@tuhh.de
Mon, 02 Sep 2002 09:59:36 +0200


Laurent Duperval wrote:

> Hi,
> 
> I just did a CVS update and now, running my reports gives this error:
> 
> 57  [gnc:default-html-gnc-monetary-renderer # #f]
> 58  (let* ((result #) (ind #)) (if ind (string-append # € #) result))
> 59* (gnc:amount->string-helper # #)
> /usr/local/share/gnucash/scm/html-style-info.scm:287:18: In expression (gnc:amount->string-helper (gnc:gnc-monetary-amount datum) (gnc:commodity-print-info # #t)):
> /usr/local/share/gnucash/scm/html-style-info.scm:287:18: Unbound variable: gnc:amount->string-helper
> 
> So far, I've seen it the the profit and loss reports and in the balance
> sheet. Any ideas?

Ooops, that bug goes on me. Somebody should replace 
"gnc:amount->string-helper" with "gnc:amount->string" in 
html-style-info.scm line 287. I can commit that in 10 hours from now, 
but if anybody can be faster, please go ahead.

Christian