Problem with multi-line style transaction report

Damian Ivereigh damian@cisco.com
01 Jun 2001 23:16:33 +1000


--=-Z8eGcBVYwWa/QvuC3Tr2
Content-Type: text/plain

I have just started using gnucash-1.5.97-1 (with data created under 1.4,
if that is important). It looks really cool!

However the transaction report dies when I select the multi-line style.
I have captured the output from stdout and enclose it. If anyone needs
my data just let me know.

Is this a bug or something I am doing wrong?

Thanks!

Damian
--
Damian Ivereigh
CEPS Team Lead
http://wwwin-print.cisco.com
Desk: +61 2 8446 6344
Mob: +61 418 217 582

--=-Z8eGcBVYwWa/QvuC3Tr2
Content-Type: text/plain
Content-Disposition: attachment; filename=gnucash-err.txt
Content-ID: <991401328.15144.0.camel@damian-isdn-lan-5.cisco.com>
Content-Transfer-Encoding: 7bit

33  (let (# # # # ...) (if # # #) document97)34* (if (not #) (begin # # # ...) (gnc:html-document-add-object! document97 #))
35  (begin # # # ...)
    ...
36  (let (#) (gnc:html-document-set-title! document97 report-title) ...)
37* [make-split-table (# # # ...) #<procedure dispatch (key)> ...]
38  (letrec (# # # #) (let # #))
    ...
39  (let (#) (gnc:html-table-set-col-headers! table137 #) (if # #) ...)
40* (if (not #) (begin # # #))
41  (begin # # #)
    ...
42  (let (#) (if multi-rows?109 #) (primary-subtotal-collector # # #) ...)
43* (if multi-rows?109 (add-other-split-rows103 current118 table106 ...))
44  [add-other-split-rows103 # # # ...]
    ...
45  (begin # #)
46* [add-split-row # # # ...]
47  (let ((row-contents164 #)) (let (#) (let # #)))
    ...
48  (let (#) (if # #) (if # #) ...)
49* [gnc:make-gnc-monetary #f #<<gnc-numeric> num: 0 denom: 100000>]
50  (if (and # #) (# c a) ...)
51* (and (gw:wcp-is-of-type? <gnc:commodity*> c) (gnc:gnc-numeric? a))
52* [gw:wcp-is-of-type? #<gw:wct <gnc:commodity*>> #f]
/usr/share/gnucash/scm/gnc-numeric.scm:79:12: In procedure gw:wcp-is-of-type? in expression (gw:wcp-is-of-type? <gnc:commodity*> c):
/usr/share/gnucash/scm/gnc-numeric.scm:79:12: Wrong type argument in position 2: #f


--=-Z8eGcBVYwWa/QvuC3Tr2--