From fdf4616e7cad0095e5f2edf99f6bea7ebe095a5e Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Mon, 2 Nov 2015 16:29:08 +1300 Subject: [PATCH] enotice fix --- CRM/Financial/BAO/PaymentProcessor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index 1231434a4b..86a4396d23 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -313,6 +313,7 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces 'class_name' => 'Payment_Manual', 'name' => 'pay_later', 'billing_mode' => '', + 'is_default' => 0, // Making this optionally recur would give lots of options -but it should // be a row in the payment processor table before we do that. 'is_recur' => FALSE, -- 2.25.1