diff --git a/resources/views/components/documents/show/recurring-message.blade.php b/resources/views/components/documents/show/recurring-message.blade.php index cb56d6482..db8cdcccd 100644 --- a/resources/views/components/documents/show/recurring-message.blade.php +++ b/resources/views/components/documents/show/recurring-message.blade.php @@ -33,7 +33,7 @@ @stack('recurring_parent_message_body_start')
{!! trans('recurring.message_parent', [ 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), - 'link' => '' . $document->parent->document_number . '' + 'link' => '' . $document->parent->document_number . '' ]) !!}
@stack('recurring_parent_message_body_end') diff --git a/resources/views/components/transactions/show/recurring-message.blade.php b/resources/views/components/transactions/show/recurring-message.blade.php index 67b6034dc..d02f4e64a 100644 --- a/resources/views/components/transactions/show/recurring-message.blade.php +++ b/resources/views/components/transactions/show/recurring-message.blade.php @@ -33,7 +33,7 @@ @stack('recurring_parent_message_body_start'){!! trans('recurring.message_parent', [ 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), - 'link' => '' . trans_choice($textRecurringType, 1) . '#' . $transaction->parent->id . '' + 'link' => '' . trans_choice($textRecurringType, 1) . '#' . $transaction->parent->id . '' ]) !!}
@stack('recurring_parent_message_body_end')