added new invoice fields, improved invoice templates (#1258)
This commit is contained in:
@@ -302,10 +302,6 @@ class ProfileController extends AbstractController
|
||||
|
||||
private function createPreferencesForm(User $user): FormInterface
|
||||
{
|
||||
// we need to prepare the user preferences, which is done via an EventSubscriber
|
||||
$event = new PrepareUserEvent($user);
|
||||
$this->dispatcher->dispatch($event);
|
||||
|
||||
return $this->createForm(
|
||||
UserPreferencesForm::class,
|
||||
$user,
|
||||
|
||||
Reference in New Issue
Block a user