From: eileenmcnaugton Date: Mon, 2 Nov 2015 03:29:08 +0000 (+1300) Subject: enotice fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fdf4616e7cad0095e5f2edf99f6bea7ebe095a5e;p=civicrm-core.git enotice fix --- 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,