mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fix #1455
This commit is contained in:
@@ -143,7 +143,7 @@ class TransactionFactory
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set budget:
|
// set budget:
|
||||||
if ($journal->transactionType->type === TransactionType::TRANSFER) {
|
if ($journal->transactionType->type !== TransactionType::WITHDRAWAL) {
|
||||||
$data['budget_id'] = null;
|
$data['budget_id'] = null;
|
||||||
$data['budget_name'] = null;
|
$data['budget_name'] = null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user