@@ -, +, @@ - go to course reserve add item and batch add items pages - batch add has a little bit of explanation, add has none - apply patch, restart, reload pages - both pages have more text explaining how they work! --- .../intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt | 5 ++++- .../intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt @@ -181,7 +181,10 @@ - +

+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
+ Any items with existing course reserves will have their on reserve values updated. +

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -105,6 +105,7 @@

+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
Any items with existing course reserves will have their on reserve values updated.

--