Fix merchant assignment to transactions

This commit is contained in:
Zach Gollwitzer
2025-05-07 11:05:29 -04:00
parent 64d5a73eb7
commit 628d266980

View File

@@ -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"),