diff --git a/app/Abstracts/View/Components/DocumentShow.php b/app/Abstracts/View/Components/DocumentShow.php index 783d670d6..8da7e2dd0 100644 --- a/app/Abstracts/View/Components/DocumentShow.php +++ b/app/Abstracts/View/Components/DocumentShow.php @@ -1148,10 +1148,10 @@ abstract class DocumentShow extends Base case 'bill': case 'expense': case 'purchase': - $textTimelineSentStatusReceived = 'mark_received'; + $default_key = 'mark_received'; break; default: - $textTimelineSentStatusReceived = 'mark_sent'; + $default_key = 'mark_sent'; break; }