1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00

Fix merchant assignment to transactions
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

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