Re: Tax report bug

2000-11-23 Thread Richard -Gilligan- Uschold
Herbert Thoma wrote: Hi! > (let* ((notes (gnc:account-get-notes a)) > + (notes (if notes notes "")) > (key-start (string-search notes key 0)) I inserted the line and got another error (I omited the + ;-) ) Error: gnc_report_error_dialog: gnc_report_error_dialog: error running report.

Re: Tax report bug

2000-11-23 Thread Robert Graham Merkel
I was kind of afraid something like this might happen!nbsp; If every time where a null string used to be returned, we now get a #f, this could cause a lot of bugs in numerous places. It would be better to fix the source of the problem, rather than the downstream problems it causes.