mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[report-core] deprecate gnc:restore-report-by-guid
This commit is contained in:
parent
677b44c839
commit
f3609c3e4e
@ -385,6 +385,8 @@ not found.")))
|
||||
|
||||
|
||||
(define (gnc:restore-report-by-guid id template-id template-name options)
|
||||
(issue-deprecation-warning "gnc:restore-report-by-guid is now deprecated.
|
||||
use gnc:restore-report-by-guid-with-custom-template instead.")
|
||||
(if options
|
||||
(let* ((r (make-report template-id id options #t #t #f #f ""))
|
||||
(report-id (gnc-report-add r)))
|
||||
|
Loading…
Reference in New Issue
Block a user