include 'taxes' in cloneable_relations for recurring transactions
This commit is contained in:
parent
07579e61bb
commit
09e32ad262
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue