Merge pull request #10823 from mattwire/CRM-21031_financialtypedisplay
[civicrm-core.git] / CRM / Price / Page / Option.php
index 5e3daafb184d9ca9425f5beeeb925264aff2e5b1..6b48ca88dd3dcac2faa330daa704bef9f232d784 100644 (file)
@@ -126,6 +126,10 @@ class CRM_Price_Page_Option extends CRM_Core_Page {
          // Explicitly do not check permissions so we are not
          // restricted by financial type, so we can change them.
         'check_permissions' => FALSE,
+        'options' => array(
+          'limit' => 0,
+          'sort' => array('weight', 'label'),
+        ),
     ));
     $customOption = $priceOptions['values'];