Skip to content
Snippets Groups Projects
Commit bbecd48c authored by buczekp's avatar buczekp
Browse files

[LMS-1264] fixed sending email to affiliation contact person

SVN: 13564
parent ae6fa894
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ class EntityTrackingEmailDataManager
for (IEntityProperty property : sequencingSample.getProperties())
{
final String propertyCode = property.getPropertyType().getCode();
final String propertyValue = property.getValue();
final String propertyValue = property.tryGetAsString();
if (recipientPropertyTypeCodes.contains(propertyCode))
{
recipients.add(propertyValue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment