Added possibility to load profiles from label generator dialog.

This commit is contained in:
Jan Böhmer 2020-05-08 12:43:04 +02:00
parent d8adc26b03
commit 1f48247474
3 changed files with 91 additions and 3 deletions

View file

@ -140,6 +140,7 @@ class LabelController extends AbstractController
'form' => $form->createView(),
'pdf_data' => $pdf_data,
'filename' => $filename,
'profile' => $profile,
]);
}