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