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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 17 13:54:01 CET 2022


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

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Martin Renvoize from comment #2)
> 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>

I like the idea of having clearer definitions on when to use what. 

Long, short, anonymous? 

The versions with span and without are for use in the title tag. 
And you'd probably still want title/no title. 

Probably would be nice to see how often each is used to see if we could replace
one or another or if there is a good reason for them to be needed.

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


More information about the Koha-bugs mailing list