mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 16:05:50 -06:00
Fix for #1858
This commit is contained in:
parent
0561554726
commit
daa8aa5c9d
@ -60,6 +60,9 @@ class JournalUpdateService
|
||||
*/
|
||||
public function update(TransactionJournal $journal, array $data): TransactionJournal
|
||||
{
|
||||
// just in case.
|
||||
unset($journal->temp_amount);
|
||||
|
||||
// update journal:
|
||||
$journal->description = $data['description'];
|
||||
$journal->date = $data['date'];
|
||||
|
Loading…
Reference in New Issue
Block a user