This commit is contained in:
James Cole 2018-05-31 21:30:25 +02:00
parent 2ba6fa0dda
commit f1fe90fce0

View File

@ -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;
}