enotice fix
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 2 Nov 2015 03:29:08 +0000 (16:29 +1300)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 2 Nov 2015 03:29:08 +0000 (16:29 +1300)
CRM/Financial/BAO/PaymentProcessor.php

index 1231434a4bbdb3e08b3f80d9eaa56cf1b200710b..86a4396d2389945a4de682bdd9bab42f5ac7aab0 100644 (file)
@@ -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,