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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 970-976 No patron matched <span class="ex">[% message %]</span> Link Here
970
[% END %]
970
[% END %]
971
</div> <!-- reservesloop -->
971
</div> <!-- reservesloop -->
972
972
973
[% ELSE %]
973
[% ELSIF borrowernumber %]
974
    <div class="dialog message">This patron does not exist. <a href="/cgi-bin/koha/members/members-home.pl">Find another patron?</a></div>
974
    <div class="dialog message">This patron does not exist. <a href="/cgi-bin/koha/members/members-home.pl">Find another patron?</a></div>
975
[% END %] <!-- borrowernumber and borrower-->
975
[% END %] <!-- borrowernumber and borrower-->
976
</div></div>
976
</div></div>
977
- 

Return to bug 16240