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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-12 / +5 lines)
Lines 163-171 Link Here
163
                                        [% FOREACH rc IN ReturnClaims %]
163
                                        [% FOREACH rc IN ReturnClaims %]
164
                                            [% SET patron = rc.patron %]
164
                                            [% SET patron = rc.patron %]
165
                                            <li>
165
                                            <li>
166
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">
166
                                                [% INCLUDE 'patron-title.inc' hide_patron_infos_if_needed=1 invert_name=1 %]
167
                                                    [% patron.firstname | html %] [% patron.surname | html %]
168
                                                </a>
169
                                            </li>
167
                                            </li>
170
                                        [% END %]
168
                                        [% END %]
171
                                    </ul>
169
                                    </ul>
Lines 184-192 Link Here
184
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
182
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
185
                                <div id="restricted_backdated" class="dialog message">
183
                                <div id="restricted_backdated" class="dialog message">
186
                                    <h3>
184
                                    <h3>
187
                                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issue.patron.borrowernumber | uri %]">
185
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
188
                                            [% issue.patron.firstname | html %] [% issue.patron.surname | html %]
189
                                        </a>
190
                                        is restricted. Please verify this patron should still be restricted.
186
                                        is restricted. Please verify this patron should still be restricted.
191
                                    </h3>
187
                                    </h3>
192
                                </div>
188
                                </div>
Lines 418-424 Link Here
418
                                                    <h4>Hold for:</h4>
414
                                                    <h4>Hold for:</h4>
419
                                                    <ul>
415
                                                    <ul>
420
                                                        <li>
416
                                                        <li>
421
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
417
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
422
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
418
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
423
                                                        </li>
419
                                                        </li>
424
                                                        [% INCLUDE display_holdpatron_address %]
420
                                                        [% INCLUDE display_holdpatron_address %]
Lines 576-582 Link Here
576
                                                    <h5>Hold for:</h5>
572
                                                    <h5>Hold for:</h5>
577
                                                    <ul>
573
                                                    <ul>
578
                                                        <li>
574
                                                        <li>
579
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
575
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
580
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
576
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
581
                                                        </li>
577
                                                        </li>
582
578
Lines 854-862 Link Here
854
                                        </td>
850
                                        </td>
855
                                        <td class="ci-patron">
851
                                        <td class="ci-patron">
856
                                            [% IF ( riloo.duedate ) %]
852
                                            [% IF ( riloo.duedate ) %]
857
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.patron.borrowernumber | uri %]">
853
                                                [% INCLUDE 'patron-title.inc' patron=riloo.patron hide_patron_infos_if_needed=1 invert_name=1 %]
858
                                                    [% riloo.patron.surname | html %], [% riloo.patron.firstname | html %] ([% riloo.patron.category.description | html %])
859
                                                </a>
860
                                                [% IF riloo.borissuescount %]
854
                                                [% IF riloo.borissuescount %]
861
                                                    <span class="results_summary nowrap">
855
                                                    <span class="results_summary nowrap">
862
                                                        <span class="label">Checkouts:</span>
856
                                                        <span class="label">Checkouts:</span>
863
- 

Return to bug 23433