You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When matching paid invoices, we currently use invoice.paid_amount and invoice.currency. Instead, we should filter by invoice.payments.account and use invoice.payments.amount. The currency is then the same as the bank account's.
When matching paid invoices, we currently use
invoice.paid_amountandinvoice.currency. Instead, we should filter byinvoice.payments.accountand useinvoice.payments.amount. The currency is then the same as the bank account's.