bug: Use correct currency value while setting the currency. #2018
Reference in New Issue
Block a user
Delete Branch "credit-card-bug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
currency_valuemay evaluate tonildespite the default family currency. Rather, we should usecurrencyas it basketscurrency_valueand family currency.Fixes: #1754.
Looks good