Skip to content

Commit

Permalink
Fix salesagility#9602 - ProspectLists save function has a duplication…
Browse files Browse the repository at this point in the history
… issue

The save function is unnecessary and create a duplication of ater_save hooks on duplicate records
  • Loading branch information
Alcides Ojeda authored and Alcides Ojeda committed Feb 24, 2023
1 parent 51e182b commit aacdba8
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 aacdba8

Please sign in to comment.