mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
hide report in welcomewindow if not enterprise customer
This commit is contained in:
parent
b9633933e1
commit
6677b6a5ab
@ -547,7 +547,10 @@ class WelcomeWindow extends Wizard
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
];
|
||||
|
||||
if (enterprise_installed()) {
|
||||
$inputs[] = [
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_not_working',
|
||||
'class' => 'hole flex-row w100p',
|
||||
@ -573,8 +576,8 @@ class WelcomeWindow extends Wizard
|
||||
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
}
|
||||
|
||||
$output = $this->printForm(
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user