@@ -, +, @@ patron merge - In patron search results, select two patrons to merge. - Click the "Merge selected patrons" button. - On the page showing the two patrons to merge, click each of the card numbers to confirm that it selects the correct radio button. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt @@ -70,8 +70,12 @@ [% FOREACH p IN patrons %] - - [% p.cardnumber | html %] + + + + [% INCLUDE 'patron-title.inc' patron = p %] [% p.dateofbirth | $KohaDates %] [% Categories.GetName( p.categorycode ) | html %] ([% p.categorycode | html %]) --