[Koha-bugs] [Bug 19378] Onboarding tool should allow configuration of holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 26 00:29:39 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19378

--- Comment #2 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 91779
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91779&action=edit
Bug 19378: Configure holds rules in onboarding tool

At present the onboarding step 5 (Set up issuing rule) does not let you
set a value for issuingrule.reservesallowed, issuingrule.holds_per_day,
issuingrule.holds_per_record this patch adds that functionality so
newly logged in users are able to reserve right after importing biblios.

Test plan:
1. Drop and recreate your database

2. Go through the installer and onboarding tool and notice in the last
page of the onboarding tool (where you set up issuing rules) there is no
input for Reserves allowed, Holds per day or Holds per record

3. Submit the page and jump into the Koha database and run:
SELECT reservesallowed, holds_per_day, holds_per_record from
issuingrules;

Notice all three fields are NULL

4. Apply this patch

5. Drop and create your database and restart memcached and plack

6. Go through the installer and onboarding tool and notice in the last
onboarding tool page there is now three new number input fields: Reserves
allowed, Holds per day and Holds per record

7. Keep the default values for these fields and submit the form

8. Repeat step 4 and notice reservesallowed, holds_per_day and
holds_per_record are now all 10

9. Sign off

Sponsored-By: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list