mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct the default options if default invalid
The default value should be a list and have set the default to the new "No Fancy Date Format" option.
This commit is contained in:
@@ -1319,7 +1319,7 @@
|
||||
(define (def-value)
|
||||
(if (list? default-value)
|
||||
default-value
|
||||
'(locale number #t "")))
|
||||
(list 'unset 'number #t "")))
|
||||
|
||||
(let* ((value (def-value))
|
||||
(value->string (lambda ()
|
||||
|
||||
Reference in New Issue
Block a user