|
CiviCRM 2.2 Documentation : CiviMember Join Date
This page last changed on Apr 24, 2007 by hallman.
When assigning a new membership to an individual, the join date is capped, I can't set an indvidual's join date as being before 2003.You can modify the prior years supported in the New Membership form by changing this line in CRM/Member/Form/Membership.php $this->add('date', 'join_date', ts('Join Date'),
CRM_Core_SelectValues::date('manual', 3, 1), false );
Change the parameter that is currently "3" to "20" this will give [Source. ] |
| Document generated by Confluence on Mar 27, 2009 18:21 |