@@ -, +, @@ - Click the "Actions" menu corresponding to a patron list. - Select "Print patron cards." - In the "Print patron cards" modal, click the "Export" button. - The modal should reload with a link to download a patron card PDF. The link should work correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -46,7 +46,7 @@ [% IF l.shared %] [% IF shared_by_other %] - by [% INCLUDE 'patron-title.inc' patron=l.owner %] + by [% INCLUDE 'patron-title.inc' patron=l.owner %] [% ELSE %] by you [% END %] @@ -127,7 +127,7 @@