diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index bc7a02295..bc382a465 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -35,7 +35,7 @@ {{ Form::bulkActionAllGroup() }} - @sortablelink('paid_at', trans('general.date')) + @sortablelink('paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow']) @sortablelink('amount', trans('general.amount')) @sortablelink('type', trans_choice('general.types', 1)) @sortablelink('category.name', trans_choice('general.categories', 1)) @@ -49,7 +49,7 @@ {{ Form::bulkActionGroup($item->id, $item->contact->name) }} - + @date($item->paid_at) diff --git a/resources/views/sales/revenues/index.blade.php b/resources/views/sales/revenues/index.blade.php index a74bf6372..264b2af3e 100644 --- a/resources/views/sales/revenues/index.blade.php +++ b/resources/views/sales/revenues/index.blade.php @@ -49,7 +49,7 @@ @if ($item->reconciled) @date($item->paid_at) @else - @date($item->paid_at) + @date($item->paid_at) @endif @money($item->amount, $item->currency_code, true)