mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Use correct methods.
This commit is contained in:
@@ -219,6 +219,8 @@ class ConvertController extends Controller
|
|||||||
throw new FireflyException(sprintf(trans('firefly.convert_invalid_destination'), $journal->id));
|
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 = [
|
$update = [
|
||||||
'source_id' => $sourceId,
|
'source_id' => $sourceId,
|
||||||
'source_name' => $sourceName,
|
'source_name' => $sourceName,
|
||||||
|
Reference in New Issue
Block a user