Skip to content

Commit

Permalink
Merge pull request #22708 from braders/feature/priceset-notice-fix
Browse files Browse the repository at this point in the history
Enotice fix with priceset template
  • Loading branch information
demeritcowboy authored Feb 5, 2022
2 parents 1e6710c + 74217d9 commit b056741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Price/Page/Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function run() {
);

// assign vars to templates
$this->assign('usedBy', FALSE);
$this->assign('action', $action);
$sid = CRM_Utils_Request::retrieve('sid', 'Positive',
$this, FALSE, 0
Expand Down

0 comments on commit b056741

Please sign in to comment.