configurable patron name formatting in SIP
Bug #1013827 reported by
Jason Etheridge
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
After having changed this subroutine in SIP/Patron.pm for a customer, we thought it may be worthwhile to make this more easily configurable:
sub format_name {
my $u = shift;
return OpenILS:
sprintf('%s %s %s',
}
So, for now, this ticket is a placeholder indicating that desire. If someone wants to jump on it, feel free! :D
-- Jason
tags: | added: sip |
Changed in evergreen: | |
importance: | Undecided → Wishlist |
Changed in evergreen: | |
status: | New → Incomplete |
Changed in evergreen: | |
status: | Incomplete → Triaged |
To post a comment you must log in.
It would be nice to be able to more easily configure the name (and other SIP messages) in the staff interface. Noting that name would also need to include preferred name options now, which weren't available at the time of the original wish list report.