[Koha-bugs] [Bug 30568] Make patron name fields more flexible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 11:26:30 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30568

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
patron-title.inc currently allows for the following output formats

* surname (othernames)
* <span class="patron-title">title</span> surname, firstname (othernames) 
* <span class="patron-title">title</span> firtname (othernames) surname
* title surname, firstname (othernames)
* title firstname (othernames) surname
* surname (othernames) (cardnumber)
* <span class="patron-title">title</span> surname, firstname (othernames)
(cardnumber)
* <span class="patron-title">title</span> firtname (othernames) surname
(cardnumber)
* title surname, firstname (othernames) (cardnumber)
* title firstname (othernames) surname (cardnumber)
* cardnumber
* <span>A patron from library [% Branches.GetName( patron.branchcode ) | html
-%]</span>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list