Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
Description
In the getPartyNameForDate service, if there are any values in PartyNameHistory and the party is a person, an attempt is made to read the gender attribute from a PartyNameHistory. There is no such attribute in the PartyNameHistory entity.
The patch changes the service to copy the gender from the person parameter into the result.