mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Implement gnc:generate-restore-forms, gnc-optiondb-save-to-scheme.
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
(define-public (gnc:value->string value)
|
||||
(format #f "~s" value))
|
||||
|
||||
(define-public (gnc:generate-restore-forms options name)
|
||||
(let ((optiondb (options 'generate-restore-forms)))
|
||||
(gnc-optiondb-save-to-scheme optiondb name)))
|
||||
|
||||
(define-public (gnc:lookup-option options section name)
|
||||
(if options
|
||||
(gnc-lookup-option (options 'lookup) section name)
|
||||
|
||||
Reference in New Issue
Block a user