Bug 603183 - Equity statement shows incorrect changes

To be run after the patch for report-utilities.scm

Export the new function gnc:account-get-total-flow from report-utilities.scm.

Author:    Carsten Rinke <carsten.rinke@gmx.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23157 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-09-03 14:02:21 +00:00
parent c5adac66c3
commit 609b60bea3

View File

@ -683,6 +683,7 @@
(export gnc-commodity-collector-allzero?) (export gnc-commodity-collector-allzero?)
(export gnc:account-get-trans-type-balance-interval) (export gnc:account-get-trans-type-balance-interval)
(export gnc:account-get-trans-type-balance-interval-with-closing) (export gnc:account-get-trans-type-balance-interval-with-closing)
(export gnc:account-get-total-flow)
(export gnc:account-get-pos-trans-total-interval) (export gnc:account-get-pos-trans-total-interval)
(export gnc:account-get-trans-type-splits-interval) (export gnc:account-get-trans-type-splits-interval)
(export gnc:double-col) (export gnc:double-col)