delete contact and document index summary link ( #394jdqw )

This commit is contained in:
Cüneyt Şentürk
2022-09-06 18:29:10 +03:00
parent 411999c01f
commit 513f4516fe
3 changed files with 10 additions and 2 deletions

View File

@ -282,7 +282,7 @@ abstract class Index extends Component
foreach ($totals as $key => $total) {
$items[] = [
'title' => ($key == 'overdue') ? trans('general.overdue') : trans('documents.statuses.' . $key),
'href' => route($route, ['search' => 'status:' . $key]),
//'href' => route($route, ['search' => 'status:' . $key]),
'amount' => money($total, setting('default.currency'), true)->formatForHumans(),
'tooltip' => money($total, setting('default.currency'), true)->format(),
];