@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt @@ -199,6 +199,7 @@ [%- CASE 'Layout ID' -%]Layout ID [%- CASE 'Layout' -%]Layout [%- CASE 'Action' -%]Action + [%- CASE 'Actions' -%]Actions [%- CASE 'Select' -%][% IF ( print ) %]Select[% END %] [%- CASE 'Template ID' -%]Template ID [%- CASE 'Template Name' -%]Template name @@ -207,7 +208,8 @@ [%- CASE 'Printer Name' -%]Printer name [%- CASE 'Paper Bin' -%]Paper bin [%- CASE 'Batch ID' -%]Batch ID - [%- CASE 'Patron Count' -%]Patron Count + [%- CASE 'Patron Count' -%]Patron count + [%- CASE -%][% header_field.field_label %] [% END -%] [% END %] --