@@ -, +, @@ - Verify all tabs in the patron account still work as they should. - git grep circ-menu.tt --- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 100 --------------------- 1 file changed, 100 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt @@ -1,100 +0,0 @@ -[%# duplicates circ-menu.inc but assumes all borrower attributes are in a borrower variable rather than -in the global namespace %] -[% IF borrower %] -
[% borrower.firstname %] [% IF borrower.othernames %] ([% borrower.othernames %]) [% END %] [% borrower.surname %] ([% borrower.cardnumber %])
- -
- -[% END %] - --