mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Wrong parameter is used to load from and save to kvp
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22252 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -830,11 +830,11 @@
|
||||
(gnc:error "Illegal account value set"))))
|
||||
(lambda () (convert-to-account (get-default)))
|
||||
(gnc:restore-form-generator value->string)
|
||||
(lambda (f p) (kvp-frame-set-slot-path-gslist f value p))
|
||||
(lambda (f p) (kvp-frame-set-slot-path-gslist f option p))
|
||||
(lambda (f p)
|
||||
(let ((v (kvp-frame-get-slot-path-gslist f p)))
|
||||
(if (and v (string? v))
|
||||
(set! value v))))
|
||||
(set! option v))))
|
||||
validator
|
||||
(cons #f acct-type-list) #f #f #f)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user