Skip to content

Commit

Permalink
[Cv] Fixes: Organization name is not saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Feb 19, 2014
1 parent 73e8507 commit 65bb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Cv/src/Cv/Entity/Employment.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getEndDate()

public function setOrganizationName($value)
{
$this->description = $value;
$this->organizationName = $value;
return $this;
}

Expand Down

0 comments on commit 65bb1bd

Please sign in to comment.