CRM-17718 add Financial type to recur form
authoreileenmcnaughton <eileen@fuzion.co.nz>
Wed, 16 Dec 2015 18:26:47 +0000 (18:26 +0000)
committereileen <emcnaughton@wikimedia.org>
Thu, 24 Dec 2015 02:07:25 +0000 (15:07 +1300)
commit467fe956772964566d33a95eb0583d46d8fca30c
tree482ad5cee3dab3b5b3c7ba8cff27eb4280891bde
parent69d29ea7598f38875750492ecfaab7d735484bab
CRM-17718 add Financial type to recur form

This has only been added for those with sites with no ACLs as the financial acl code is quite new & raised questions when I looked.

Further the option is only editable if there is a single line item. Multiple line item recurrings cannot be overridden from here

Contribution Recur Edit should not require installments

Leaving installments empty is valid - ie. it could be null for unlimited

(there is an implication that it should be '0' rather than null but null 'works' & is set in some cases
and we permit the DB field to be null - which we should not do if null is not OK)
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/BAO/ContributionRecur.php
CRM/Contribute/Form/UpdateSubscription.php
CRM/Contribute/Page/ContributionRecur.php
templates/CRM/Contribute/Form/UpdateSubscription.tpl
templates/CRM/Contribute/Page/ContributionRecur.tpl