Skip to content

Commit

Permalink
Update Owner Membership ID label in reports to be Primary Membership …
Browse files Browse the repository at this point in the history
…to be more consistant with rest of system
  • Loading branch information
seamuslee001 committed Jun 19, 2019
1 parent 6b2698b commit a6d4b20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Member/ContributionDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function __construct() {
'membership_start_date' => ['operatorType' => CRM_Report_Form::OP_DATE],
'membership_end_date' => ['operatorType' => CRM_Report_Form::OP_DATE],
'owner_membership_id' => [
'title' => ts('Membership Owner ID'),
'title' => ts('Primary Membership'),
'operatorType' => CRM_Report_Form::OP_INT,
],
'tid' => [
Expand Down
2 changes: 1 addition & 1 deletion CRM/Report/Form/Member/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function __construct() {
'membership_start_date' => ['operatorType' => CRM_Report_Form::OP_DATE],
'membership_end_date' => ['operatorType' => CRM_Report_Form::OP_DATE],
'owner_membership_id' => [
'title' => ts('Membership Owner ID'),
'title' => ts('Primary Membership'),
'operatorType' => CRM_Report_Form::OP_INT,
],
'tid' => [
Expand Down
2 changes: 1 addition & 1 deletion CRM/Report/Form/Member/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function __construct() {
'operatorType' => CRM_Report_Form::OP_DATE,
],
'owner_membership_id' => [
'title' => ts('Membership Owner ID'),
'title' => ts('Primary Membership'),
'type' => CRM_Utils_Type::T_INT,
'operatorType' => CRM_Report_Form::OP_INT,
],
Expand Down

0 comments on commit a6d4b20

Please sign in to comment.