Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.7
-
Fix Version/s: 4.4.0
-
Component/s: CiviCRM API
-
Labels:None
Description
If you call civicrm_api('address', 'create') and do not pass an ID in the $params array, then IMO it should not update an existing address, but create a new one.
Please let me know if I am using it incorrectly, or if there is some other flag that should be set to tell it "don't overwrite an existing address"