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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 732-738 No patron matched <span class="ex">[% message %]</span> Link Here
732
732
733
                   [% IF ( modifications ) %]
733
                   [% IF ( modifications ) %]
734
                    <li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications.
734
                    <li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications.
735
                            [% IF ( CAN_user_borrowers ) %]
735
                            [% IF CAN_user_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %]
736
                                    <a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a>
736
                                    <a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a>
737
                            [% END %]
737
                            [% END %]
738
                   </li>
738
                   </li>
739
- 

Return to bug 9393