Update meta data for new release.

This commit is contained in:
James Cole
2024-01-20 16:29:00 +01:00
parent 2368788405
commit da7a2cf0c0
74 changed files with 821 additions and 760 deletions

View File

@@ -131,7 +131,7 @@ class JournalUpdateService
app('log')->debug(sprintf('Now in %s', __METHOD__));
app('log')->debug(sprintf('Now in JournalUpdateService for journal #%d.', $this->transactionJournal->id));
$this->data['reconciled'] = array_key_exists('reconciled', $this->data) ? $this->data['reconciled'] : false;
$this->data['reconciled'] = array_key_exists('reconciled', $this->data) ? $this->data['reconciled'] : null;
// can we update account data using the new type?
if ($this->hasValidAccounts()) {