diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index 8fefee1d9..bfe0e72dc 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -45,7 +45,7 @@ {{ $item->account->name }} {{ trans_choice('general.' . Str::plural($item->type), 1) }} {{ $item->category->name }} - {{ $item->description }} + {{ $item->description }} @php $id = !empty($item->document_id) ? $item->document_id : $item->id;