Use correct methods.

This commit is contained in:
James Cole 2020-03-31 07:39:57 +02:00
parent 06c5e4df2c
commit 61521cf478
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -219,6 +219,8 @@ class ConvertController extends Controller
throw new FireflyException(sprintf(trans('firefly.convert_invalid_destination'), $journal->id));
}
// TODO typeOverrule: the account validator may have another opinion on the transaction type.
$update = [
'source_id' => $sourceId,
'source_name' => $sourceName,