Skip to content

Commit

Permalink
oprava seznamu účastníků programu před zaplacením (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Nov 9, 2021
1 parent ff8e733 commit 3ecb0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function createComponentProgramAttendeesGrid(string $name): void

$grid->setTranslator($this->translator);

$qb = $this->userRepository->blockAllowedQuery($program->getBlock(), $registrationBeforePaymentAllowed)
$qb = $this->userRepository->blockAllowedQuery($program->getBlock(), ! $registrationBeforePaymentAllowed)
->leftJoin('u.programApplications', 'pa', 'WITH', 'pa.program = :program')
->setParameter('program', $program);

Expand Down

0 comments on commit 3ecb0ee

Please sign in to comment.