From a11d62975fb8e7d42b622d9ca25755d696bde7ae Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 27 Sep 2024 14:57:48 +0000 Subject: [PATCH] Bug 38016: Rename booking circulation rules This enhancement renames the bookings circulation rules to better describe what they do. To test: 1. Go to Koha Administration -> Circulation and fines rules 2. Scroll to the 'Default holds and bookings policies by item type' section 3. Notice the bookings rules in this table: - Booking preparation period - Booking precaution period 4. Apply the patch and refresh the page 5. Confirm the bookings have been renamed to: - Booking pre-processing (days) - Booking post-processing (days) 6. Confirm these names make sense and it is clear what the rules are used for and how they are applied 7. Put values in the input fields for these rules and confirm saving a rule works as expected Sponsored-by: Catalyst IT Signed-off-by: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 370bd7b17a..0b143b0cea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -633,8 +633,8 @@ Maximum total holds allowed (count) Hold policy Hold pickup library match - Booking preparation period - Booking precaution period + Booking pre-processing (days) + Booking post-processing (days) Return policy Actions @@ -1317,8 +1317,8 @@ Item type Hold policy Hold pickup library match - Booking preparation period - Booking precaution period + Booking pre-processing (days) + Booking post-processing (days) Return policy   -- 2.39.5