Support multi-currency transfers #1175

Merged
zachgoll merged 1 commits from zachgoll/support-non-usd-transfers into main 2024-09-13 23:45:19 +08:00
zachgoll commented 2024-09-13 23:41:41 +08:00 (Migrated from github.com)

Fixes #1139

Fixes #1139
zachgoll (Migrated from github.com) reviewed 2024-09-13 23:42:19 +08:00
@@ -94,4 +91,3 @@
unless entries.all?(&:marked_as_transfer)
# i18n-tasks-use t('activerecord.errors.models.account/transfer.attributes.entries.must_be_marked_as_transfer')
errors.add :entries, :must_be_marked_as_transfer
end
zachgoll (Migrated from github.com) commented 2024-09-13 23:42:19 +08:00

These introduce too much maintenance overhead at this stage. Removing and ignoring.

These introduce too much maintenance overhead at this stage. Removing and ignoring.
Sign in to join this conversation.