mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +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| %>
|
||||
|
||||
<%= ef.collection_select :merchant_id,
|
||||
Current.family.assigned_merchants.alphabetically,
|
||||
Current.family.merchants.alphabetically,
|
||||
:id, :name,
|
||||
{ include_blank: t(".none"),
|
||||
label: t(".merchant_label"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue