View | Details | Raw Unified | Return to bug 14039
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
        [%- IF invert_name %]
5
        [%- IF invert_name %]
6
            [%- borrower.surname | html %], [% borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %]
6
            [%- borrower.surname | html %], [% borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %]
7
        [%- ELSE %]
7
        [%- ELSE %]
8
            [%- borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %] [% borrower.surname | html %]
8
            [% IF borrower.title %] <span id="patron-title">[%- borrower.title | html %] </span>[% END %][%- borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %] [% borrower.surname | html %]
9
        [%- END -%]
9
        [%- END -%]
10
    [%- END -%]
10
    [%- END -%]
11
    [%- IF ( borrower.cardnumber ) -%]
11
    [%- IF ( borrower.cardnumber ) -%]
12
- 

Return to bug 14039