Merge pull request #2321 from sevannerse/CU-1v0u2zu_Exception-thrown-when-a-recurred-transaction-shown_Sevan-Nerse

issue fixed using helper method #1v0u2zu
This commit is contained in:
Cüneyt Şentürk 2021-11-25 17:53:31 +03:00 committed by GitHub
commit e88b2c3060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
@stack('recurring_message_body_start')
<p class="text-sm lh-160 mb-0">{{ trans('recurring.message', [
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
'date' => $next->format($date_format)
'date' => $next->format(company_date_format())
]) }}
</p>
@stack('recurring_message_body_end')