From 020ee8b2b86964f295d212a80a5ef15b03ce4223 Mon Sep 17 00:00:00 2001 From: "Christopher J. Wells" Date: Tue, 6 Jun 2017 14:05:45 -0400 Subject: [PATCH] fix limits --- CRM/Price/Page/Option.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Price/Page/Option.php b/CRM/Price/Page/Option.php index ba409c9a38..4de80abcfd 100644 --- a/CRM/Price/Page/Option.php +++ b/CRM/Price/Page/Option.php @@ -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']; -- 2.25.1