Skip to content

Commit

Permalink
Fix #9602 - ProspectLists save function has a duplication issue
Browse files Browse the repository at this point in the history
The save function is unnecessary and create a duplication of ater_save hooks on duplicate records
  • Loading branch information
eojedapilchik authored and jack7anderson7 committed Apr 17, 2023
1 parent a690050 commit d94fde3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ProspectLists/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
$focus->set_relationship('prospect_lists_prospects', $rel, true);
}
}
$focus->save();
}


Expand Down

0 comments on commit d94fde3

Please sign in to comment.