Skip to content
Snippets Groups Projects
Commit 1f4a4755 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix missing attribute in accounts file

parent 47a939b1
Branches
Tags
No related merge requests found
...@@ -183,4 +183,9 @@ sub comment { ...@@ -183,4 +183,9 @@ sub comment {
return $comment{$self->profile()}; return $comment{$self->profile()};
} }
sub associatedSP {
my ($self) = @_;
return $self->{sp_entityid};
}
1; 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment