mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Make sure user interface works for new recurring transactions.
This commit is contained in:
@@ -91,7 +91,7 @@ class RecurrenceUpdateService
|
||||
// update all meta data:
|
||||
//$this->updateMetaData($recurrence, $data);
|
||||
|
||||
if (null !== $data['recurrence']['notes']) {
|
||||
if (isset($data['recurrence']['notes']) && null !== $data['recurrence']['notes']) {
|
||||
$this->setNoteText($recurrence, $data['recurrence']['notes']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user