Some improvements, also edit screen.

This commit is contained in:
James Cole
2019-06-01 20:38:18 +02:00
parent 0a6e20eae4
commit 2a2f29533d
14 changed files with 2916 additions and 455 deletions

View File

@@ -56,10 +56,10 @@ class GroupUpdateService
Log::debug(sprintf('Will now update journal #%d (only journal in group #%d)', $first->id, $transactionGroup->id));
$this->updateTransactionJournal($transactionGroup, $first, reset($transactions));
$transactionGroup->refresh();
app('preferences')->mark();
return $transactionGroup;
}
die('cannot update split');
die('cannot update split yet.');
app('preferences')->mark();
}