Skip to content

Commit

Permalink
E-notice fix. I hit this when editing a contribution (with line items…
Browse files Browse the repository at this point in the history
… related to membership)
  • Loading branch information
eileenmcnaughton committed Mar 12, 2018
1 parent d8c5e9b commit a5ea6d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CRM/Contribute/Form/AbstractEditPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ class CRM_Contribute_Form_AbstractEditPayment extends CRM_Contact_Form_Task {
*/
public $paymentInstrumentID;

/**
* Component - event, membership or contribution.
*
* @var string
*/
protected $_component;

/**
* Array of fields to display on billingBlock.tpl - this is not fully implemented but basically intent is the panes/fieldsets on this page should
* be all in this array in order like
Expand Down

0 comments on commit a5ea6d3

Please sign in to comment.