fix limits
authorChristopher J. Wells <chris@redfinsolutions.com>
Tue, 6 Jun 2017 18:05:45 +0000 (14:05 -0400)
committerChristopher J. Wells <chris@redfinsolutions.com>
Tue, 6 Jun 2017 18:07:16 +0000 (14:07 -0400)
CRM/Price/Page/Option.php

index ba409c9a386d5f5bf066b419e1570188dfee9d97..4de80abcfd129b3cc1829185c78e0b873ef23340 100644 (file)
@@ -126,6 +126,9 @@ 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,
+        ),
     ));
     $customOption = $priceOptions['values'];