https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30568 --- Comment #2 from Martin Renvoize <martin.renvoize@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.