Skip to content

Commit

Permalink
Merge pull request #14 from compucorp/CATL-1194-applying-patch
Browse files Browse the repository at this point in the history
CATL-1194: Applying colemanw#284
  • Loading branch information
omarabuhussein authored Jan 19, 2020
2 parents 7fb2cb6 + 8c054c8 commit d76283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wf_crm_webform_ajax.inc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class wf_crm_webform_ajax extends wf_crm_webform_base {
}
}
// Populate related contacts
elseif ($c == 1 && $i > $c && $field == 'existing') {
elseif ($i > $c && $field == 'existing') {
$related_component = $this->getComponent($fid);
if (wf_crm_aval($related_component['extra'], 'default') == 'relationship') {
$old_related_cid = wf_crm_aval($this->ent, "contact:$i:id");
Expand Down

0 comments on commit d76283b

Please sign in to comment.