Skip to content

Commit

Permalink
Another e-notice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 3, 2023
1 parent 945de6d commit 2c40847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CRM/Event/Form/ParticipantView.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ public function preProcess() {
if (Civi::settings()->get('invoicing')) {
$this->assign('totalTaxAmount', $totalTaxAmount);
}
if ($participantCount) {
$this->assign('pricesetFieldsCount', $participantCount);
}
$this->assign('pricesetFieldsCount', $participantCount);
$this->assign('displayName', $displayName);
// omitting contactImage from title for now since the summary overlay css doesn't work outside of our crm-container
$this->setTitle(ts('View Event Registration for') . ' ' . $displayName);
Expand Down

0 comments on commit 2c40847

Please sign in to comment.