mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
gnc:cmdline-check-report should return #t if everything passes.
This commit is contained in:
parent
e8da10ba2e
commit
59f3376e75
@ -813,7 +813,8 @@ not found.")))
|
||||
(stderr-log "\n"))
|
||||
|
||||
(export-type (template-export report (car templates)
|
||||
export-type output-file #t)))))
|
||||
export-type output-file #t))
|
||||
(else #t))))
|
||||
|
||||
(define-public (gnc:cmdline-template-export report export-type output-file)
|
||||
(let* ((templates (reportname->templates report)))
|
||||
|
Loading…
Reference in New Issue
Block a user