This commit is contained in:
James Cole 2016-06-11 06:31:56 +02:00
parent c619b8730b
commit 7a5ef6013a

View File

@ -13,6 +13,10 @@
</div>
<div class="box-body table-responsive no-padding">
<table class="table table-hover sortable">
<tr>
<td>{{ trans('list.amount') }}</td>
<td>{{ journal|formatJournal }}</td>
</tr>
<tr>
<td>{{ trans('list.date') }}</td>
<td>{{ journal.date.formatLocalized(monthAndDayFormat) }}</td>