mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
bug: Use correct currency value while setting the currency. (#2018)
Fixes: #1754.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<div>
|
||||
<%= form.select currency_method,
|
||||
currencies_for_select.map(&:iso_code),
|
||||
{ inline: true, selected: currency_value },
|
||||
{ inline: true, selected: currency.iso_code },
|
||||
{
|
||||
class: "w-fit pr-5 disabled:text-subdued form-field__input",
|
||||
disabled: options[:disable_currency],
|
||||
|
||||
Reference in New Issue
Block a user