Skip to content

Commit

Permalink
fix issue with relationship direction on case
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha authored Sep 4, 2023
1 parent 9fea9f2 commit 93c38d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
) + (relType.description || '');

return _.assign({}, {
role: relType.label_b_a,
role: relType.label_a_b,
contact_type: relType.contact_type_b,
contact_sub_type: relType.contact_sub_type_b,
relationship_type_id: relType.id,
Expand Down

0 comments on commit 93c38d1

Please sign in to comment.