diff --git a/app/Abstracts/View/Components/DocumentShow.php b/app/Abstracts/View/Components/DocumentShow.php index 49a71f591..211b83183 100644 --- a/app/Abstracts/View/Components/DocumentShow.php +++ b/app/Abstracts/View/Components/DocumentShow.php @@ -1174,7 +1174,7 @@ abstract class DocumentShow extends Base $hideTimelineStatuses = ['paid', 'cancelled']; - if ($timelime_statuses = config('type.' . $type . 'timeline_statuses')) { + if ($timelime_statuses = config('type.' . $type . '.timeline_statuses')) { $hideTimelineStatuses = $timelime_statuses; }