mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-26 00:29:40 +02:00
Fix merchant assignment to transactions
This commit is contained in:
parent
64d5a73eb7
commit
628d266980
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
<%= f.fields_for :entryable do |ef| %>
|
<%= f.fields_for :entryable do |ef| %>
|
||||||
|
|
||||||
<%= ef.collection_select :merchant_id,
|
<%= ef.collection_select :merchant_id,
|
||||||
Current.family.assigned_merchants.alphabetically,
|
Current.family.merchants.alphabetically,
|
||||||
:id, :name,
|
:id, :name,
|
||||||
{ include_blank: t(".none"),
|
{ include_blank: t(".none"),
|
||||||
label: t(".merchant_label"),
|
label: t(".merchant_label"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue