Fix merchant assignment to transactions
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user