Skip to content

Commit

Permalink
Removal of code that generates new addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
VangelisP committed Feb 28, 2022
1 parent 1b4c980 commit 7421860
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CRM/Core/BAO/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,6 @@ public static function handleBilling(&$params, $class) {
return;
}

$existingEntities = new $class();
$existingEntities->contact_id = $contactId;
$existingEntities->is_billing = 1;
$existingEntities->save();

}

/**
Expand Down

0 comments on commit 7421860

Please sign in to comment.