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:
commit
e88b2c3060
@ -12,7 +12,7 @@
|
|||||||
@stack('recurring_message_body_start')
|
@stack('recurring_message_body_start')
|
||||||
<p class="text-sm lh-160 mb-0">{{ trans('recurring.message', [
|
<p class="text-sm lh-160 mb-0">{{ trans('recurring.message', [
|
||||||
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
||||||
'date' => $next->format($date_format)
|
'date' => $next->format(company_date_format())
|
||||||
]) }}
|
]) }}
|
||||||
</p>
|
</p>
|
||||||
@stack('recurring_message_body_end')
|
@stack('recurring_message_body_end')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user