mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Bug 724219 - Customer Summary includes Closing Entries when reporting across the end of year
This commit is contained in:
parent
7ad4c4afbd
commit
7833c59896
@ -203,6 +203,7 @@
|
||||
;; guid QOF-QUERY-OR)
|
||||
(xaccQueryAddAccountMatch q account-list QOF-GUID-MATCH-ANY QOF-QUERY-AND)
|
||||
(xaccQueryAddDateMatchTT q #t start-date #t end-date QOF-QUERY-AND)
|
||||
(xaccQueryAddClosingTransMatch q #f QOF-QUERY-AND)
|
||||
(qof-query-set-book q (gnc-get-current-book))
|
||||
(let ((result (qof-query-run q)))
|
||||
(qof-query-destroy q)
|
||||
|
Loading…
Reference in New Issue
Block a user