Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Alex Buckley c6775396c5
Bug 13552: Add debar option to batch patron modification
Test plan:
1. Go to Tools > Batch patron modification

2. Input the cardnumbers of several (undebarred/unrestricted) patrons and submit

3. Notice there is no input for setting a debarred until (restriction
expiration) date or debar comment

Also notice in the list of matching borrowers at the top of the page
there is no display of the debarred or debarredcomment values for the
patron

4. Apply patch

5. Restart memcached and plack

6. Refresh the page notice 'Debarred till' (a date picker input) and
'Debarred comment' are now input options

Also notice in the table at the top of the page  'Debarred till' and
'Debarred comment' are shown on the far right of the table (you may need
to scroll to see this)

7. Pick a date in the 'Debarred till' datepicker and write in text into
the 'Debarred comment' field and submit

8. Notice in the next loaded page the selected patrons have the
'Debarred till' and 'Debarred comment' values you entered

9. Click on the cardnumber link of one of the patrons and notice the red
text on their patron account page informing you they are restricted
until the date you set

10. In the Koha home directory enter Koha shell:
sudo koha-shell <instancename>

11. Run: prove xt

12. Confirm all tests pass

13. Sign off

Sponsored-By: Brimbank Library, Australia
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-08-13 11:49:32 +01:00
..
acqui Bug 23319: Implement blocking errors for neworderbiblio and basket.pl 2019-08-13 11:27:03 +01:00
admin Bug 23416: Add PreserveSerialNotes system preference 2019-08-12 14:35:18 +01:00
authorities Bug 11529: Clean up subtitle usage 2019-08-05 15:03:18 +01:00
basket Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
batch
catalogue Bug 23386: Add language of original in advanced search 2019-08-05 15:03:21 +01:00
cataloguing Bug 23441: Export should not include the 'actions' column in Z3950 results. 2019-08-13 11:24:50 +01:00
circ Bug 23408: Move relatives-issues-table to an include 2019-08-13 11:28:08 +01:00
clubs
common
course_reserves Bug 23194: Fix other occurences 2019-07-15 11:27:58 +01:00
errors
ill Bug 23229: (QA follow-up) Fix indentation 2019-07-26 11:12:40 +01:00
installer Bug 22527: (RM follow-up) Add filter 2019-05-07 15:57:35 +00:00
labels
mana
members Bug 23408: Move relatives-issues-table to an include 2019-08-13 11:28:08 +01:00
offline_circ Bug 23098: Reword success message of KOC upload process 2019-06-24 14:44:08 +01:00
onboarding
patron_lists
patroncards
plugins Bug 23222: Update plugins-home.tt with new ENABLE/DISABLE flag name 2019-07-02 09:11:58 +01:00
reports Bug 23390: Introduce placeholder syntax for report column names 2019-08-13 11:46:06 +01:00
reserve Bug 11529: (follow-up) Fix link on hold request page 2019-08-05 15:03:19 +01:00
reviews
rotating_collections
serials Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
services
suggestion
tags Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
test
tools Bug 13552: Add debar option to batch patron modification 2019-08-13 11:49:32 +01:00
virtualshelves Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
about.tt Bug 21626: (QA follow-up) Don't crash on missing teams file 2019-05-17 14:46:10 +00:00
auth.tt Bug 22585: remove double-escape for CAS URL 2019-06-13 12:06:49 +01:00
intranet-main.tt