Added a rule action that will delete the transactions it matches.

This commit is contained in:
James Cole
2020-05-16 11:21:26 +02:00
parent 173e196bc8
commit 86f14885eb
6 changed files with 88 additions and 4 deletions

View File

@@ -95,8 +95,6 @@ class JournalDestroyService
// update events
$journal->piggyBankEvents()->update(['transaction_journal_id' => null]);
$journal->delete();
} catch (Exception $e) {
Log::error(sprintf('Could not delete bill: %s', $e->getMessage())); // @codeCoverageIgnore