Merge pull request #2388 from CihanSenturk/master

Syntax error fixed
This commit is contained in:
Cüneyt Şentürk 2022-04-26 09:44:21 +03:00 committed by GitHub
commit 02129c377f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}