-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCHR-3545: Changed Order For Individual Prefix #2691
PCHR-3545: Changed Order For Individual Prefix #2691
Conversation
Can you provide screenshot for the |
$newWeight = 2; | ||
break; | ||
|
||
case "Ms.": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly replace with single quote
$newWeight = 4; | ||
break; | ||
|
||
case "Dr.": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Single quote here as well
|
||
/** | ||
* Changes The Order of Individual Prefixes | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this extra line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
17ddeb3
to
be1ed18
Compare
Overview
Change order of individual prefix options to:
Before
The order used was the default for CiviCRM.
After