mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix withdrawals away from liabilities, cleanup debug logs
This commit is contained in:
@@ -71,7 +71,7 @@ trait ValidatesBulkTransactionQuery
|
||||
// must have same currency:
|
||||
// some account types (like expenses) do not have currency, so they have to be omitted
|
||||
$sourceCurrency = $repository->getAccountCurrency($source);
|
||||
$destCurrency = $repository->getAccountCurrency($dest);
|
||||
$destCurrency = $repository->getAccountCurrency($dest);
|
||||
if (
|
||||
$sourceCurrency !== null
|
||||
&& $destCurrency !== null
|
||||
|
Reference in New Issue
Block a user