Fixed an issue where the parse-string
function did not work as expected when no default currency was configured.
When no default currency was set, the internal variable *default-currency*
was nil
, causing parse-string
to fail. This release updates the function to fall back to the locale currency when a default currency is not configured.