@@ -, +, @@ from details page 1 - Apply patch 2 - Browse to details page on the staff client 3 - Be a user with permission to edit records and use batch record modification 4 - Verify the option 'Modify record using template' appears in list 5 - Click it 6 - You should be sent to batch record modification screen 7 - If you have no templates there will be a link prompting you to create on, do that 8 - If oyu already had one, or created on above you shoudl now be able to select a template 9 - Apply the template --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -36,6 +36,10 @@ CAN_user_serials_create_subscription ) %]
  • Edit record
  • [% END %] + [% IF CAN_user_tools_records_batchmod %] +
  • Modify record using template
  • + [% END %] + [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
  • Edit items
  • [% END %] --