include 'taxes' in cloneable_relations for recurring transactions

This commit is contained in:
Cihan Şentürk 2025-04-22 19:52:52 +03:00 committed by GitHub
parent 07579e61bb
commit 09e32ad262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class RecurringCheck extends Command
protected function getTransactionModel(Transaction $template, Date $schedule_date): Transaction
{
$template->cloneable_relations = [];
$template->cloneable_relations = ['taxes'];
$model = $template->duplicate();