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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-4 / +5 lines)
Lines 3-11 Link Here
3
[% IF ( patron.borrowernumber ) %]
3
[% IF ( patron.borrowernumber ) %]
4
<div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5>
4
<div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5>
5
5
6
<input type="hidden" id="hiddenborrowernumber" value="[% patron.borrowernumber | html %]">
6
[% IF Koha.Preference('showLastPatron') %]
7
<input type="hidden" id="hiddenborrowername" value="[% patron.surname | html %] [% patron.firstname | html %]">
7
    <input type="hidden" id="hiddenborrowernumber" value="[% patron.borrowernumber | html %]">
8
<input type="hidden" id="hiddenborrowercard" value="[% patron.cardnumber | html %]">
8
    <input type="hidden" id="hiddenborrowername" value="[% patron.surname | html %] [% patron.firstname | html %]">
9
    <input type="hidden" id="hiddenborrowercard" value="[% patron.cardnumber | html %]">
10
[% END %]
9
11
10
[% IF ( patronimages ) %]
12
[% IF ( patronimages ) %]
11
    <div>
13
    <div>
12
- 

Return to bug 24549