This commit is contained in:
denisdulici
2017-12-26 11:56:43 +03:00
parent 8ff9cdf983
commit 04ec2af3c8
2 changed files with 58 additions and 54 deletions

View File

@ -28,9 +28,9 @@
<thead>
<tr>
<th class="col-md-2">@sortablelink('paid_at', trans('general.date'))</th>
<th class="col-md-2">@sortablelink('account.name', trans('accounts.account_name'))</th>
<th class="col-md-2">@sortablelink('account_name', trans('accounts.account_name'))</th>
<th class="col-md-2">@sortablelink('type', trans_choice('general.types', 1))</th>
<th class="col-md-2">@sortablelink('category.name', trans_choice('general.categories', 1))</th>
<th class="col-md-2">@sortablelink('category_name', trans_choice('general.categories', 1))</th>
<th class="col-md-2">@sortablelink('description', trans('general.description'))</th>
<th class="col-md-2">@sortablelink('amount', trans('general.amount'))</th>
</tr>