Do assign unconditionally
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 30 Sep 2023 08:07:14 +0000 (21:07 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 30 Sep 2023 08:07:14 +0000 (21:07 +1300)
CRM/Member/Form/Membership.php

index 9a4cf9b0beeddb5c98c3db9a7b0403bf06fe78b5..e6e1debc70c281bf005ac2a6c7714489f388e546 100644 (file)
@@ -377,8 +377,8 @@ DESC limit 1");
           NULL, ['onchange' => "buildAmount( this.value );"]
         );
       }
-      $this->assign('hasPriceSets', $buildPriceSet);
     }
+    $this->assign('hasPriceSets', $buildPriceSet ?? NULL);
 
     if ($this->_action & CRM_Core_Action::DELETE) {
       $this->addButtons([