diff --git a/app/Services/Internal/Update/JournalUpdateService.php b/app/Services/Internal/Update/JournalUpdateService.php index 483218200f..89c3e5b9e0 100644 --- a/app/Services/Internal/Update/JournalUpdateService.php +++ b/app/Services/Internal/Update/JournalUpdateService.php @@ -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'];