We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 948e07a + 6562240 commit 04f9e11Copy full SHA for 04f9e11
gnucash/report/commodity-utilities.scm
@@ -590,8 +590,8 @@
590
;; no, create sub-alist from scratch
591
(let ((pair (list txn-comm (cons (gnc:make-value-collector)
592
(gnc:make-value-collector)))))
593
- ((caadr pair) 'add value-amt)
594
- ((cdadr pair) 'add share-amt)
+ ((caadr pair) 'add (- value-amt))
+ ((cdadr pair) 'add (- share-amt))
595
;; and add the new sub-alist to sumlist.
596
(loop (cdr comm-splits)
597
(cons (list acc-comm (list pair)) sumlist)))))))))))
0 commit comments