Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
Currently the contact summary tab allows a user to enter up to two locations for a contact. For some people this is not a sufficient number and there is no inherent limitation to the number of locations.
This can be done (in joomla civicrm 1.4) by editing CRM/Contact/Form/Edit.php
and changing the number 2 to the desired number:
define( 'CRM_CONTACT_FORM_EDIT_LOCATION_BLOCKS',2);
It would be preferable if this could be done via the administrative panel.