From 69b57ad76e3075c22724c48ff04cf107daddd673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 9 Mar 2023 17:28:02 +0300 Subject: [PATCH] Fixed document print background issue.. --- app/Abstracts/View/Components/Documents/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/View/Components/Documents/Template.php b/app/Abstracts/View/Components/Documents/Template.php index 3d5754fe0..76df94424 100644 --- a/app/Abstracts/View/Components/Documents/Template.php +++ b/app/Abstracts/View/Components/Documents/Template.php @@ -278,7 +278,7 @@ abstract class Template extends Component $key = $this->getSettingKey($type, 'color'); if (! empty(setting($key))) { - return setting($key); + $backgroundColor = setting($key); } // checking config color