@@ -, +, @@ - Patron sort 1/2 to match the holds statistics wizard - Patron category instead of borrower category --- koha-tmpl/intranet-tmpl/prog/en/includes/reports/fields.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports/fields.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/reports/fields.inc @@ -15,9 +15,9 @@ [% CASE 'status' %]Status [% CASE 'budgetid' %]Fund [% CASE 'budgetid_children' %]Include child funds - [% CASE 'categorycode' %]Borrower category - [% CASE 'sort1' %]Borrower sort field 1 - [% CASE 'sort2' %]Borrower sort field 2 + [% CASE 'categorycode' %]Patron category + [% CASE 'sort1' %]Patron sort 1 + [% CASE 'sort2' %]Patron sort 2 [% CASE 'branchcode' %]Library [% CASE 'reason' %]Reason [% CASE 'itemtype' %]Item type --