Fixed document print background issue..
This commit is contained in:
parent
3aab512bfe
commit
69b57ad76e
@ -278,7 +278,7 @@ abstract class Template extends Component
|
|||||||
$key = $this->getSettingKey($type, 'color');
|
$key = $this->getSettingKey($type, 'color');
|
||||||
|
|
||||||
if (! empty(setting($key))) {
|
if (! empty(setting($key))) {
|
||||||
return setting($key);
|
$backgroundColor = setting($key);
|
||||||
}
|
}
|
||||||
|
|
||||||
// checking config color
|
// checking config color
|
||||||
|
Loading…
x
Reference in New Issue
Block a user