diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index 74b1685f13..ffedce51dd 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -13,6 +13,10 @@
{{ trans('list.amount') }} | +{{ journal|formatJournal }} | +
{{ trans('list.date') }} | {{ journal.date.formatLocalized(monthAndDayFormat) }} |