hide report in welcomewindow if not enterprise customer

This commit is contained in:
fbsanchez 2019-11-13 14:32:34 +01:00
parent b9633933e1
commit 6677b6a5ab
1 changed files with 6 additions and 3 deletions

View File

@ -547,7 +547,10 @@ class WelcomeWindow extends Wizard
], ],
], ],
], ],
[ ];
if (enterprise_installed()) {
$inputs[] = [
'wrapper' => 'div', 'wrapper' => 'div',
'block_id' => 'div_not_working', 'block_id' => 'div_not_working',
'class' => 'hole flex-row w100p', 'class' => 'hole flex-row w100p',
@ -573,8 +576,8 @@ class WelcomeWindow extends Wizard
], ],
], ],
],
]; ];
}
$output = $this->printForm( $output = $this->printForm(
[ [