diff --git a/app/views/transactions/show.html.erb b/app/views/transactions/show.html.erb index c5e65334..00d32d63 100644 --- a/app/views/transactions/show.html.erb +++ b/app/views/transactions/show.html.erb @@ -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"),