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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 44-50 Link Here
44
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
44
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
45
        </li>
45
        </li>
46
        <li>
46
        <li>
47
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay fines for [% patron.firstname | html %] [% patron.surname | html %]</a>
47
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay charges for [% patron.firstname | html %] [% patron.surname | html %]</a>
48
        </li>
48
        </li>
49
        <li>
49
        <li>
50
            <a href="#" aria-current="page">
50
            <a href="#" aria-current="page">
51
- 

Return to bug 29309