[
https://issues.apache.org/jira/browse/OFBIZ-11681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103284#comment-17103284 ]
Pierre Smits commented on OFBIZ-11681:
--------------------------------------
{code:java}
}
if (partyValue.getString("middleName") != null) {
result.append(" ");
}
{code}
in the PR should take care of that. Similar like
{code:java}
if (partyValue.getString("firstName") != null) {
result.append(", ");
}
{code}
> ListParty does not show middleName
> ----------------------------------
>
> Key: OFBIZ-11681
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11681> Project: OFBiz
> Issue Type: Bug
> Components: party
> Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
> Reporter: Pierre Smits
> Assignee: Pierre Smits
> Priority: Major
> Labels: usability
> Fix For: Trunk
>
> Attachments: Screen Shot 2020-05-09 at 11.54.16.png
>
>
> See attached screenshot.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)